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