diff --git a/service/app/server/ThirdApiService.php b/service/app/server/ThirdApiService.php index ca5403e8..e83bfdb5 100644 --- a/service/app/server/ThirdApiService.php +++ b/service/app/server/ThirdApiService.php @@ -84,6 +84,6 @@ class ThirdApiService { ] ]; - return $this->curlRequest($url, $method, [], $bodys); + return $this->curlRequest($url, $method, [], json_encode($bodys)); } } \ No newline at end of file