From 07146c6388c74bd127926348f0bb36ffdb809407 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 12 Jul 2019 19:50:58 +0800 Subject: [PATCH] pay --- extend/payment/MafubaoWeixin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/payment/MafubaoWeixin.php b/extend/payment/MafubaoWeixin.php index 1c19486f0..91cfb4191 100644 --- a/extend/payment/MafubaoWeixin.php +++ b/extend/payment/MafubaoWeixin.php @@ -147,7 +147,7 @@ class MafubaoWeixin foreach($params AS $key => $val) { // 跳过这些不参数签名 - if($key == 'sign' || $val == '' || $val == null) + if($key == 'sign' || $val === '' || $val === null) { continue; } -- GitLab