|
@@ -165,8 +165,8 @@ class WX {
|
|
|
default:break;
|
|
|
}
|
|
|
if (msgData !== '' && templateId) {
|
|
|
- console.log(openid, templateId, url, msgData);
|
|
|
- // await this.ctx.app.wechat.api.sendTemplate(openid, templateId, url, '', msgData);
|
|
|
+ // console.log(openid, templateId, url, msgData);
|
|
|
+ await this.ctx.app.wechat.api.sendTemplate(openid, templateId, url, '', msgData);
|
|
|
}
|
|
|
}
|
|
|
flag = true;
|