Browse Source

订单退款状态变更

master
lanzu_qinsheng 5 years ago
parent
commit
d8170e7f7b
  1. 2
      app/Admin/Extensions/OrderStateHandle.php

2
app/Admin/Extensions/OrderStateHandle.php

@ -52,6 +52,8 @@ class OrderStateHandle extends RowAction
if (isset($result['code'])&&$result['code']!=0){
Log::error('订单退款接口调用失败',$result);
return $this->response()->error($result['message'])->refresh();
}else{
$orderMain->modifyState($id,$state);
}
return $this->response()->success($result['message'])->refresh();
}

Loading…
Cancel
Save