pay debug

feat/task1-c-wallet
devil_gong 2019-01-07 14:17:10 +08:00
parent a2c0def3e5
commit fb91d7ddb1
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ class WeixinMini
<spbill_create_ip>'.$data['data']['data']['spbill_create_ip'].'</spbill_create_ip>
<total_fee>'.$data['data']['data']['total_price'].'</total_fee>
<trade_type>'.$data['data']['data']['trade_type'].'</trade_type>
<attach>'.$data['data']['attach'].'</attach>
<sign>'.$data['sign'].'</sign>
<attach>'.$data['data']['data']['attach'].'</attach>
<sign>'.$data['data']['sign'].'</sign>
</xml>';
$result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/pay/unifiedorder', $xml));