Commit 969ad26e authored by 任国军's avatar 任国军

notify add log

parent b7c3f7bb
Pipeline #24523 passed with stage
in 4 seconds
......@@ -114,8 +114,8 @@ class WechatController extends Controller {
});
});
ctx.logger.info(getxml);
ctx.logger.info(ctx.req);
ctx.logger.info('getxml: ' + getxml);
ctx.logger.info('req: ' + JSON.stringify(ctx.req));
ctx.logger.info(ctx.req.params);
if (!ctx.isEmpty(parseObj)) {
......
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