mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 11:29:59 +08:00
pay debug
This commit is contained in:
parent
0093c8da14
commit
08bb1fdadb
@ -664,8 +664,8 @@ class PayEase
|
||||
*/
|
||||
function hmacSign($encrypt_str,$path){
|
||||
|
||||
if (empty($encrypt_str['hmac'])){
|
||||
return $encrypt_str;
|
||||
if (empty($encrypt_str['hmac'])) {
|
||||
return DataReturn($encrypt_str['cause'].'['.$encrypt_str['code'].']', -1);
|
||||
}
|
||||
$hmac = $encrypt_str['hmac'];
|
||||
unset($encrypt_str['hmac']);
|
||||
|
Loading…
Reference in New Issue
Block a user