mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 11:29:59 +08:00
pay debug
This commit is contained in:
parent
0ab57c49af
commit
a97fc9b75c
@ -155,6 +155,8 @@ class WeixinMini
|
||||
{
|
||||
return $this->PayHandleReturn($ret['data'], $result);
|
||||
}
|
||||
print_r($ret['data']);
|
||||
print_r($result);die;
|
||||
$msg = empty($result['return_msg']) ? '支付异常' : $result['return_msg'];
|
||||
if(!empty($result['err_code_des']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user