lex hace 1 año
padre
commit
7e9c1fe699
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           }