作者 王智

文档修改

... ... @@ -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);
... ...
... ... @@ -134,7 +134,9 @@ class User extends Api
public function ceshi()
{
$GuanYiCloud = new GuanYiCloud();
$GuanYiCloud->addVip('oMRWOwb7PCQNqSXvlsmypT8exZMI','ceshi');
// $GuanYiCloud->addVip('oMRWOwb7PCQNqSXvlsmypT8exZMI','ceshi');
$bool = $GuanYiCloud->getvip('oMRWOwb7PCQNqSXvlsmypT8exZMI');
dump($bool);
}
/**
... ...