|
@@ -407,7 +407,7 @@ class Support
|
|
|
if (!isset($result['sign']) || '10000' != $result[$method]['code']) {
|
|
|
throw new GatewayException('Get Alipay API Error:'.$result[$method]['msg'].(isset($result[$method]['sub_code']) ? (' - '.$result[$method]['sub_code']) : ''), $result);
|
|
|
}
|
|
|
- return $result;
|
|
|
+ return new Collection($result[$method]);
|
|
|
|
|
|
if (self::verifySign($result[$method], true, $result['sign'])) {
|
|
|
|