瀏覽代碼

修改地址

lex 1 年之前
父節點
當前提交
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
           }