shawenguan há 2 anos atrás
pai
commit
6db8739e27
2 ficheiros alterados com 2 adições e 1 exclusões
  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;