mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-05 21:58:26 +08:00
优化代码
This commit is contained in:
parent
df401f7cef
commit
e485de091a
@ -75,7 +75,7 @@ class Support
|
||||
);
|
||||
}
|
||||
|
||||
if (self::generateSign($result, $key) === $result['sign'] || $endpoint === 'mmpaymkttransfers/promotion/transfers') {
|
||||
if ($endpoint === 'mmpaymkttransfers/promotion/transfers' || self::generateSign($result, $key) === $result['sign']) {
|
||||
return new Collection($result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user