shawenguan hace 2 años
padre
commit
a2fa4cc7cb
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      Scripts/gandart/gandartHelper.js

+ 5 - 5
Scripts/gandart/gandartHelper.js

@@ -61,19 +61,19 @@ function checkHanldeRequest() {
     lk.log(`path=${path}`);
     if ($request && $request.method != 'OPTIONS') {
         switch (path) {
-            case `/base/auth/verifyCodeLogin`:
+            case '/base/auth/verifyCodeLogin':
                 handleVerifyCodeLogin();
                 break;
-            case `/base/v2/resaleManage/resale/findAllIsOpenResale`:
+            case '/base/v2/resaleManage/resale/findAllIsOpenResale':
                 handleFindAllIsOpenResale();
                 break;
-            case `/base/v2/favorite/selectRecord`:
+            case '/base/v2/favorite/selectRecord':
                 // handleSelectRecord();
                 break;
-            case `/market/api/v3/resaleManage/resale/tradingMarket`:
+            case '/market/api/v3/resaleManage/resale/tradingMarket':
                 handleTradingMarket();
                 break;
-            case `/market/api/v2/resaleManage/resale/collectionDetailsByCastingId`:
+            case '/market/api/v2/resaleManage/resale/collectionDetailsByCastingId':
                 handleCollectionDetailsByCastingId();
                 break;
             default: