Commit 1ef5a69e authored by 任国军's avatar 任国军

remove check

parent 4544c82a
Pipeline #15282 passed with stage
in 38 seconds
...@@ -35,9 +35,9 @@ class WechatService extends Service { ...@@ -35,9 +35,9 @@ class WechatService extends Service {
} }
//只有MsgType为miniprogrampage才发送 //只有MsgType为miniprogrampage才发送
if (ctx.isEmpty(data.MsgType) || data.MsgType !== 'miniprogrampage') { // if (ctx.isEmpty(data.MsgType) || data.MsgType !== 'miniprogrampage') {
return; // return;
} // }
let mediaId = await app.memcache.get('course_wechat_service_image_media_id'); let mediaId = await app.memcache.get('course_wechat_service_image_media_id');
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