Commit 74ae41c6 authored by 任国军's avatar 任国军

add log

parent 67239783
Pipeline #15302 passed with stage
in 6 seconds
...@@ -41,7 +41,8 @@ class WechatService extends Service { ...@@ -41,7 +41,8 @@ class WechatService extends Service {
return; return;
} }
let mediaId = await this.app.memcache.get('course_wechat_service_image_media_id'); //let mediaId = await this.app.memcache.get('course_wechat_service_image_media_id');
let mediaId = '';
ctx.logger.info(mediaId); ctx.logger.info(mediaId);
if (ctx.isEmpty(mediaId)) { if (ctx.isEmpty(mediaId)) {
......
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