提交 07146c63 编写于 作者: D devil_gong

pay

上级 e8e22454
...@@ -147,7 +147,7 @@ class MafubaoWeixin ...@@ -147,7 +147,7 @@ class MafubaoWeixin
foreach($params AS $key => $val) foreach($params AS $key => $val)
{ {
// 跳过这些不参数签名 // 跳过这些不参数签名
if($key == 'sign' || $val == '' || $val == null) if($key == 'sign' || $val === '' || $val === null)
{ {
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册