提交 d4377e9e 编写于 作者: D devil_gong

wx pay debug

上级 37d27f2d
......@@ -509,6 +509,7 @@ class Weixin
$xml = $this->ArrayToXml($data);
// echo $xml;die;
$result = $this->XmlToArray($this->HttpRequest('https://api.mch.weixin.qq.com/secapi/pay/refund', $xml, true));
print_r($result);die;
if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['prepay_id']))
{
// 统一返回格式
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册