shawenguan 1 년 전
부모
커밋
618fd35358
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      Scripts/dingdong/dingdongHelper.js

+ 1 - 2
Scripts/dingdong/dingdongHelper.js

@@ -72,7 +72,7 @@ function checkHandleRequest(){
     }
 }
 
-function handlePointHomeData(){
+async function handlePointHomeData(){
     const request = magicJS.request;
     const cookie = request.headers.Cookie;
     const body = request.url.split('?')[1];
@@ -100,7 +100,6 @@ function handlePointHomeData(){
             magicJS.notification.post("🎈Cookie同步到青龙面板成功!!");
         }
     }
-
 }
 
 function getUserId(cookie) {