pay debug

feat/task1-c-wallet
devil_gong 2019-01-07 15:22:49 +08:00
parent 5ee6738fc7
commit 8502b81d13
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class WeixinMini
$xml = $this->ArrayToXml($ret['data']);
$result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/pay/unifiedorder', $xml));
print_r($result);
print_r($result);die;
if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['prepay_id']))
{
// 返回数据