mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
pay debug
This commit is contained in:
@ -133,6 +133,7 @@ class WeixinMini
|
||||
|
||||
// xml
|
||||
$xml = $this->ArrayToXml($ret['data']);
|
||||
print_r($xml);die;
|
||||
$result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/pay/unifiedorder', $xml));
|
||||
if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['prepay_id']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user