This commit is contained in:
Hankin 2026-04-16 17:04:43 +08:00
parent 8d75514aed
commit a88b7dc827

View File

@ -702,7 +702,7 @@ class OrderService implements OrderContract
];
$client = new Client();
$client->post($url, [
'json' => json_encode($arr),
'json' => $arr,
]);