log
This commit is contained in:
parent
13b6bf42ae
commit
bec0aec8f9
|
|
@ -10,7 +10,7 @@ class OrderLog
|
|||
$Model = new \app\admin\model\OrderLog();
|
||||
$statusList = $Model->getOrderStatusList();
|
||||
$order = $response['order'];
|
||||
$auth = $response['auth']??'';
|
||||
$auth = $response['auth']??null;
|
||||
$data = [
|
||||
'order_id' => $order->id,
|
||||
'order_status' => $order->status,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user