mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
细节优化
This commit is contained in:
@ -1110,7 +1110,7 @@ function CurlPost($url, $post)
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_HEADER => false,
|
||||
CURLOPT_POST => true,
|
||||
CURLOPT_POSTFIELDS => $post,
|
||||
CURLOPT_POSTFIELDS => http_build_query($post),
|
||||
);
|
||||
|
||||
$ch = curl_init($url);
|
||||
|
||||
Reference in New Issue
Block a user