lex 1 rok temu
rodzic
commit
7e9c1fe699
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/tenant/music/album-detail/index.tsx

+ 1 - 1
src/tenant/music/album-detail/index.tsx

@@ -203,7 +203,7 @@ export default defineComponent({
     }
     const cancelPayment = async (orderNo: string) => {
       try {
-        await request.post('/api-student/userOrder/orderCancel/v2', {
+        await request.post('/api-student/userOrder/orderCancel', {
           data: {
             orderNo
           }