This commit is contained in:
jianghanbo 2024-09-10 17:06:12 +08:00
parent ae494c27dc
commit 6f587de22a
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ class ThirdApiService {
] ]
]; ];
return $this->curlRequest($url, $method, [], $bodys); return $this->curlRequest($url, $method, [], json_encode($bodys));
} }
} }