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

notify add log

parent 960f6545
Pipeline #24520 passed with stage
in 5 seconds
......@@ -114,6 +114,9 @@ class WechatController extends Controller {
});
});
ctx.logger.info(ctx.request.body);
ctx.logger.info(ctx.request.body.params);
if (!ctx.isEmpty(parseObj)) {
const xmlResp = await ctx.helper.xml2js(parseObj.params);
ctx.logger.info('wechat_pay_callback: ' + JSON.stringify(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