Commit 4a606951 authored by 李尚科's avatar 李尚科

fix

parent 9a9bab06
Pipeline #13752 passed with stage
in 5 seconds
...@@ -60,7 +60,7 @@ class OrderController extends Controller { ...@@ -60,7 +60,7 @@ class OrderController extends Controller {
ctx.success("<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>"); ctx.success("<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>");
return; return;
} }
ctx.success("<xml><return_code>FAIL</return_code><return_msg>UNKONW</return_msg></xml>"); ctx.success("<xml><return_code><![CDATA[FAIL]]></return_code><return_msg><![CDATA[UNKONW]]></return_msg></xml>");
return; 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