Commit 4544c82a authored by 任国军's avatar 任国军

remove check

parent 3d5a8cdf
Pipeline #15281 passed with stage
in 38 seconds
......@@ -35,7 +35,7 @@ class WechatService extends Service {
}
//只有MsgType为miniprogrampage才发送
if (ctx.isEmpty(data.MsgType) || ctx.isEmpty(data.Title) || data.MsgType !== 'miniprogrampage' || data.Title !== '趣选课') {
if (ctx.isEmpty(data.MsgType) || data.MsgType !== 'miniprogrampage') {
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