Commit 936478b9 by 宋毅

修改说明

parent 86b9314b
......@@ -771,7 +771,7 @@ class UtilsOrderService extends AppServiceBase {
}
async orderClose(pobj) {//阿里退款
if (!pobj.actionBody.orderNo) {
return system.getResult(null, "actionBody.prderNo can not be empty");
return system.getResult(null, "actionBody.orderNo can not be empty");
}
try {
pobj.actionType = "channeldelOrder";
......
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