正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -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 | // 如果为编辑,判断状态是否为下架 |
-
请 注册 或 登录 后发表评论