Commit 2e87443e authored by 任国军's avatar 任国军

add wechat check

parent c3c93d4e
......@@ -23,7 +23,7 @@ class WechatService extends Service {
async callbackAction() {
const { ctx } = this;
ctx.logger.info('course_wechat_receive: ' + JSON.stringify(ctx));
ctx.logger.info('course_wechat_receive: ' + JSON.stringify(ctx.request.body));
await this.sendMsg(ctx.request.body);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment