作者 王智

xiugai

... ... @@ -239,6 +239,7 @@ class Update extends Api
$this->error('订单金额小于199元,无法抵扣');
}
if ($WaterNum / 100 < 100) {
dump($WaterNum / 100);
$this->error('氧气泡泡不足100元,无法抵扣');
}
//计算总价20%
... ...