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

notify add log

parent f67e412f
Pipeline #24522 passed with stage
in 7 seconds
...@@ -114,8 +114,9 @@ class WechatController extends Controller { ...@@ -114,8 +114,9 @@ class WechatController extends Controller {
}); });
}); });
ctx.logger.info(ctx.request.body); ctx.logger.info(getxml);
ctx.logger.info(ctx.request.body.params); ctx.logger.info(ctx.req);
ctx.logger.info(ctx.req.params);
if (!ctx.isEmpty(parseObj)) { if (!ctx.isEmpty(parseObj)) {
const xmlResp = await ctx.helper.xml2js(parseObj.params); const xmlResp = await ctx.helper.xml2js(parseObj.params);
......
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