shawenguan 1 anno fa
parent
commit
488c95e90c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Scripts/wubian/wubianOthersCollectList.js

+ 1 - 1
Scripts/wubian/wubianOthersCollectList.js

@@ -239,7 +239,7 @@ async function queryOtherUserViewGoodsList(hashId, type = 1, page = 1) {
     let result = await magicJS.http.post(options).then(response => {
         try {
             let rspData = response.body;
-            // magicJS.logger.info(`rspData=${JSON.stringify(rspData)}`);
+            magicJS.logger.info(`rspData=${JSON.stringify(rspData)}`);
             return rspData;
         } catch (e) {
             magicJS.logger.error(e);