作者 王智

文档修改

... ... @@ -291,8 +291,6 @@ class GuanYiCloud extends Api
// $date['receiver_mobile']='15928552965';
$data['sign'] = $this->sign($data, SECRET);
$Array = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true);
dump($Array);
die;
if ($Array['success'] == false) {
$this->error('订单推送失败');
}
... ...