shawenguan 2 년 전
부모
커밋
71d814e7d5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Scripts/gandart/gandartHelper.js

+ 2 - 2
Scripts/gandart/gandartHelper.js

@@ -69,7 +69,7 @@ if (!lk.isExecComm) {
             lk.done();
         }
     }else{
-        await pushWxMsg('🎉光予下单手', 'msgTips');
+        await pushWxMsg('光予下单手', 'msgTips');
         lk.done();
     }
 }
@@ -114,7 +114,7 @@ async function pushWxMsg(summary, content, url) {
                 }
             }
         });
-    }
+    });
 }
 
 function checkHanldeRequest() {