Commit 9d10503b authored by 李尚科's avatar 李尚科

fix

parent 7a3e0de3
Pipeline #13754 passed with stage
in 28 seconds
......@@ -57,9 +57,10 @@ class OrderController extends Controller {
ctx.logger.info({ notice_params: ret_obj });
const ret = await ctx.service.credit.common.WexinNotify(ret_obj);
if (ret) {
ctx.logger.info('1111111111111111111111111111111111111');
ctx.success("<xml><return_code>SUCCESS</return_code><return_msg>OK</return_msg></xml>");
// ctx.success("<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>");
return;
return '<xml><return_code>SUCCESS</return_code><return_msg>OK</return_msg></xml>';
}
ctx.success("<xml><return_code><![CDATA[FAIL]]></return_code><return_msg><![CDATA[UNKONW]]></return_msg></xml>");
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