Commit 3256c44f by 宋毅

tj

parent 5ce3ae83
...@@ -832,7 +832,7 @@ class OrderInfoService extends ServiceBase { ...@@ -832,7 +832,7 @@ class OrderInfoService extends ServiceBase {
} }
//退款 //退款
async refundOrder(req,pobj) { async refundOrder(pobj, req) {
if (!pobj.orderNum) { if (!pobj.orderNum) {
return system.getResultFail(-101, "orderNum is empty"); return system.getResultFail(-101, "orderNum is empty");
} }
......
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