From a88b7dc827ace59f9ca28336b9d52ac545359a08 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 16 Apr 2026 17:04:43 +0800 Subject: [PATCH] crm --- app/Services/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index c6adf08..9bdfc36 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -702,7 +702,7 @@ class OrderService implements OrderContract ]; $client = new Client(); $client->post($url, [ - 'json' => json_encode($arr), + 'json' => $arr, ]);