mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 11:29:59 +08:00
pay
This commit is contained in:
parent
62d6213c47
commit
9e11a85fc4
@ -189,6 +189,10 @@ class MafubaoWeixin
|
||||
{
|
||||
return DataReturn('支付失败', -1);
|
||||
}
|
||||
if(empty($params['sign']))
|
||||
{
|
||||
return DataReturn('签名为空', -1);
|
||||
}
|
||||
|
||||
// 签名验证
|
||||
$param = $this->GetParamSign($params);
|
||||
|
Loading…
Reference in New Issue
Block a user