...
|
...
|
@@ -223,7 +223,6 @@ class GuanYiCloud extends Api |
|
|
{
|
|
|
$data_string = $this->json_encode_ch($data);
|
|
|
$data_string = urlencode($data_string);
|
|
|
dump($data_string);
|
|
|
$ch = curl_init();
|
|
|
curl_setopt($ch, CURLOPT_URL, $url);
|
|
|
curl_setopt($ch, CURLOPT_POST, 1);
|
...
|
...
|
|