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

add wechat notify

parent 287514a0
Pipeline #24337 passed with stage
in 3 seconds
......@@ -93,7 +93,7 @@ class WechatController extends Controller {
xmlData += '<return_msg><![CDATA[OK]]></return_msg>';
xmlData += '</xml>';
ctx.body = xmlData;
console.logger.info(ctx.request.body);
ctx.logger.info(ctx.request.body);
return ctx.body;
}
}
......
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