Commit 7c3a4e01 authored by Aria's avatar Aria

add wx_sendText

parent 6af096e1
Pipeline #19700 passed with stage
in 2 seconds
......@@ -32,7 +32,9 @@ class WechatService extends Service {
async sendMsg(data) {
const { ctx } = this;
ctx.logger.info('111');
if (ctx.isEmpty(data) || ctx.isEmpty(data.MsgType)) {
ctx.logger.info(JSON.stringify(data));
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