This commit is contained in:
Hankin 2026-04-15 18:08:53 +08:00
parent f852e1c241
commit 8bfe063669

View File

@ -682,6 +682,8 @@ class OrderService implements OrderContract
"customer_type" => 101, "customer_type" => 101,
"contacts_name" => $merchant_user->nickname, "contacts_name" => $merchant_user->nickname,
"contacts_mobile" => $mobile, "contacts_mobile" => $mobile,
"principal" => $from_merchant_user->nickname,
"decision" => 1,
"intention" => 1, "intention" => 1,
"status" => 2 "status" => 2
]); ]);