shawenguan 1 year ago
parent
commit
93add4f714
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Scripts/dingdong/dingdongHelper.js

+ 2 - 0
Scripts/dingdong/dingdongHelper.js

@@ -61,6 +61,7 @@ function checkHandleRequest(){
     const path = request.path;
     magicJS.logger.info(`path=${path}`);
     if (path.match(/\/point\/home/)) {
+        magicJS.logger.info('333333333333');
         handlePointHomeData();
     } else if (path.match(/\/user\/info/)) {
         // handlePointHomeData();
@@ -73,6 +74,7 @@ function checkHandleRequest(){
 }
 
 async function handlePointHomeData(){
+    magicJS.logger.info('!!!!!!!!!!!!!!!!');
     const request = magicJS.request;
     const cookie = request.headers.Cookie;
     const body = request.url.split('?')[1];