This commit is contained in:
yansongda 2018-02-05 18:49:14 +08:00
parent f64bc7e5a9
commit fbb1d9566c

View File

@ -75,7 +75,7 @@ class Support
}
throw new GatewayException(
'Get Alipay API Error:'.$result[$method]['msg'].' - '.$result[$method]['sub_code'],
'Get Alipay API Error:'.$result[$method]['msg'],
$result[$method]['code'],
$result
);