Commit b6ee056e authored by 任国军's avatar 任国军

remove check

parent 6e543077
Pipeline #15284 passed with stage
in 41 seconds
...@@ -22,7 +22,7 @@ class WechatService extends Service { ...@@ -22,7 +22,7 @@ class WechatService extends Service {
} }
async callbackAction() { async callbackAction() {
const { ctx } = this; const { ctx, app } = this;
ctx.logger.info('course_wechat_receive: ' + JSON.stringify(ctx.request.body)); ctx.logger.info('course_wechat_receive: ' + JSON.stringify(ctx.request.body));
await this.sendMsg(ctx.request.body); await this.sendMsg(ctx.request.body);
} }
...@@ -105,7 +105,7 @@ class WechatService extends Service { ...@@ -105,7 +105,7 @@ class WechatService extends Service {
} }
*/ */
async uploadTempMedia(data) { async uploadTempMedia(data) {
const {ctx} = this; const {ctx, app} = this;
if (ctx.isEmpty(data)) { if (ctx.isEmpty(data)) {
return; return;
} }
......
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