From d973e3f5a796ef0d7f8e2f9aa8298f85d41fc6ad Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Tue, 19 Nov 2019 11:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=B8=81=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/WapPayController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/WapPayController.class.php b/Application/Sdk/Controller/WapPayController.class.php index 629953ff..94400d76 100644 --- a/Application/Sdk/Controller/WapPayController.class.php +++ b/Application/Sdk/Controller/WapPayController.class.php @@ -319,7 +319,7 @@ class WapPayController extends BaseController{ if ($deposit['pay_amount'] != $payInfo['price']) { $this->error("数据有误.", '', true); } - if ($payInfo['price'] <= 1) { + if ($payInfo['type'] == 'sq_shortcut_platform' && $payInfo['price'] <= 1) { $this->error("数据有误", '', true); } if ($payInfo['status'] == 'payed') {