Commit 7a3e0de3 authored by 李尚科's avatar 李尚科

fix

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