提交 4c5e2d74 编写于 作者: D Devil

qq支付退款

上级 f50a4526
......@@ -395,14 +395,14 @@ class QQ
'out_refund_no' => $params['order_no'].GetNumberCode(6),
'refund_fee' => intval($params['refund_price']*100),
'op_user_id' => $this->config['mch_id'],
'op_user_passwd' => '336363',
'op_user_passwd' => md5('336363'),
];
$data['sign'] = $this->GetSign($data);
// 请求接口处理
$result = $this->XmlToArray($this->HttpRequest('https://api.qpay.qq.com/cgi-bin/pay/qpay_refund.cgi', $this->ArrayToXml($data), true));
print_r($result);die;
if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS' && !empty($result['return_msg']) && $result['return_msg'] == 'SUCCESS')
if(!empty($result['return_code']) && $result['return_code'] == 'SUCCESS')
{
// 统一返回格式
$data = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册