增强错误提示

This commit is contained in:
yansongda 2018-04-08 10:02:12 +08:00
parent 9d718b9add
commit 7e7e64cd7f

View File

@ -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
);