shawenguan 2 년 전
부모
커밋
6db8739e27
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/gandart/gandartComposite.js
  2. 1 0
      Scripts/gandart/gandartHelper.js

+ 1 - 1
Scripts/gandart/gandartComposite.js

@@ -586,7 +586,7 @@ async function getCompositeTaskListByServer(status, pageSize = 10, page = 1) {
             headers['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
             let body = `page=${page}&pageSize=${pageSize}&total=0&status=${status}&labelName=`;
             let url = {
-                url: `${config.BASE_API}/v2/composite/v3/list/v2`,
+                url: `${config.WALLET_API}/v2/composite/v3/list/v2`,
                 headers: headers,
                 body: body
             };

+ 1 - 0
Scripts/gandart/gandartHelper.js

@@ -102,6 +102,7 @@ function checkHanldeRequest() {
             case '/market/api/v2/resaleManage/resale/collectionDetailsByCastingId':
                 handleCollectionDetailsByCastingId();
                 break;
+            case '/api/v2/composite/v3/list/v2':
             case '/base/v2/composite/v3/list/v2':
                 handleCompositeTaskList();
                 break;