...
|
...
|
@@ -229,7 +229,7 @@ class Order extends Api |
|
|
if(!$order = $this->model->getUserOrderDetail($order_id, $this->user['id'])){
|
|
|
$this->error($this->model->getError());
|
|
|
}
|
|
|
halt($order_id);
|
|
|
halt($order);
|
|
|
$refund_reason = config('site.refundreason') ?: [];//退款理由
|
|
|
$refund_reason = str_replace("\r\n", "\n", $refund_reason);//防止不兼容
|
|
|
$refund_reason = explode("\n", $refund_reason);
|
...
|
...
|
|