...
|
...
|
@@ -76,6 +76,7 @@ class GuanYiCloud extends Api |
|
|
$data['receive_infos'] = $receive_infos;
|
|
|
$data['sign'] = $this->sign($data, SECRET);
|
|
|
$Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true);
|
|
|
return $Rult;
|
|
|
// if ($Rult['success'] == false) {
|
|
|
// $this->error('失败');
|
|
|
// }
|
...
|
...
|
|