mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
返回结果不验签
因为老是有人把支付宝公钥搞错
This commit is contained in:
parent
940cdf8abf
commit
af7ea76eae
@ -285,9 +285,9 @@ abstract class BasicAliPay
|
||||
$data[$method]['code'], $data
|
||||
);
|
||||
}
|
||||
// return $data[$method];
|
||||
return $data[$method];
|
||||
// 返回结果签名检查
|
||||
return $this->verify($data[$method], $data['sign']);
|
||||
// return $this->verify($data[$method], $data['sign']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user