mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
增强错误提示
This commit is contained in:
parent
9d718b9add
commit
7e7e64cd7f
@ -75,7 +75,7 @@ class Support
|
||||
}
|
||||
|
||||
throw new GatewayException(
|
||||
'Get Alipay API Error:'.$result[$method]['msg'],
|
||||
'Get Alipay API Error:'.$result[$method]['msg'].($result[$method]['sub_code'] ?? ''),
|
||||
$result[$method]['code'],
|
||||
$result
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user