lex 1 год назад
Родитель
Сommit
7e9c1fe699
1 измененных файлов с 1 добавлено и 1 удалено
  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
           }