chengjie 4 月之前
父節點
當前提交
aeb34456cc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/api/common/commonController.js

+ 2 - 0
src/api/common/commonController.js

@@ -290,6 +290,8 @@ export const MsgSecCheck2 = async (ctx) => {
290 290
 
291 291
 function getAppIDAndSecret(ProgramID){
292 292
     let appid = '', secret = '';
293
+    if (!ProgramID)
294
+        ProgramID=166;
293 295
     switch (ProgramID.toString()) {
294 296
         case '99':
295 297
             appid = config.wx.phonics_appid;