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') {