chengjie 6 months ago
parent
commit
bd2e2f3cf0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/api/common/commonController.js

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

@@ -212,6 +212,10 @@ export async function GetBaiduToken (ctx) {
212 212
             appid = config.wx.math_appid;
213 213
             secret = config.wx.math_appsecret;
214 214
             break;
215
+        case '106':
216
+            appid = config.wx.hanzi_appid;
217
+            secret = config.wx.hanzi_appsecret;
218
+            break;
215 219
         case '164':
216 220
             appid = config.wx.mathStar_appid;
217 221
             secret = config.wx.mathStar_appsecret;