Commit 5249e781 by 朱继来

调整返回

parent ae500a44
Showing with 1 additions and 1 deletions
...@@ -168,7 +168,7 @@ class OrderServiceModel extends Model ...@@ -168,7 +168,7 @@ class OrderServiceModel extends Model
$res = json_decode(curlApi($url, $post, 'POST'), true); $res = json_decode(curlApi($url, $post, 'POST'), true);
if (!$res || $res['err_code'] != 0) return [-2, '审核通过生成退款单失败']; if (!$res || $res['err_code'] != 0) return [-2, '审核通过生成退款单失败,原因:'.$res['err_msg']];
$event .= ',生成退款单,退款单号:'.$res['data']; $event .= ',生成退款单,退款单号:'.$res['data'];
} }
......
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 sign in to comment