From ae501214e81077fc7f79bf7c44c569ddfc7a51cd Mon Sep 17 00:00:00 2001 From: devil Date: Tue, 14 Jan 2020 16:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=20=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index df951679c..3ac15eccb 100755 --- a/application/common.php +++ b/application/common.php @@ -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);