feat/task1-c-wallet
devil_gong 2019-07-12 19:50:58 +08:00
parent e8e22454d9
commit 07146c6388
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class MafubaoWeixin
foreach($params AS $key => $val)
{
// 跳过这些不参数签名
if($key == 'sign' || $val == '' || $val == null)
if($key == 'sign' || $val === '' || $val === null)
{
continue;
}