shawenguan há 1 ano atrás
pai
commit
488c95e90c
1 ficheiros alterados com 1 adições e 1 exclusões
  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);