This commit is contained in:
xman 2025-03-03 17:38:12 +08:00
parent 13b6bf42ae
commit bec0aec8f9

View File

@ -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,