作者 Cool
1 个管道 的构建 通过 耗费 15 秒

商圈信息红包金额判断调整

@@ -711,6 +711,9 @@ class Store extends Api @@ -711,6 +711,9 @@ class Store extends Api
711 if($this->auth->score < $param['score']) { 711 if($this->auth->score < $param['score']) {
712 $this->error('板币不足,请充值'); 712 $this->error('板币不足,请充值');
713 } 713 }
  714 + if($param['single'] < config('site.single_min')) {
  715 + $this->error('单个红包不能少于'.config('site.single_min').'元');
  716 + }
714 } 717 }
715 $model = new StoreInform(); 718 $model = new StoreInform();
716 // 如果为编辑,判断状态是否为下架 719 // 如果为编辑,判断状态是否为下架