作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

合并分支 'heshupeng' 到 'master'

bug修改



查看合并请求 !372
@@ -711,7 +711,7 @@ class Store extends Api @@ -711,7 +711,7 @@ class Store extends Api
711 ->whereTime('create_time', 'today') 711 ->whereTime('create_time', 'today')
712 ->where('store_id',$store['id']) 712 ->where('store_id',$store['id'])
713 ->count(); 713 ->count();
714 - if($times > config('site.send_red_times')){ 714 + if($times >= config('site.send_red_times')){
715 $this->error('商家每天发布红包信息不能超过'.config('site.send_red_times').'次'); 715 $this->error('商家每天发布红包信息不能超过'.config('site.send_red_times').'次');
716 } 716 }
717 $param['single'] = $param['red_package'] / $param['number']; 717 $param['single'] = $param['red_package'] / $param['number'];