@@ -212,6 +212,10 @@ export async function GetBaiduToken (ctx) {
appid = config.wx.math_appid;
secret = config.wx.math_appsecret;
break;
+ case '106':
+ appid = config.wx.hanzi_appid;
+ secret = config.wx.hanzi_appsecret;
+ break;
case '164':
appid = config.wx.mathStar_appid;
secret = config.wx.mathStar_appsecret;