提交 ae501214 编写于 作者: D devil

细节优化

上级 827e60a7
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册