pay debug

feat/task1-c-wallet
devil_gong 2019-01-07 14:52:04 +08:00
parent 8f3f56ce4d
commit 85fc8e5c06
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ class WeixinMini
<sign>'.$data['data']['sign'].'</sign>
</xml>';
print_r($xml);die;
$result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/pay/unifiedorder', $xml));
print_r($result);die;