平台币快捷支付

master
tpingzhang 5 years ago
parent 54d90c614c
commit d973e3f5a7

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

Loading…
Cancel
Save