作者 王智

xiugai

... ... @@ -269,6 +269,8 @@ 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;
dump($Array['orders'][0]['details'][0]['refund']);
}
... ...