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

合并分支 'heshupeng' 到 'master'

bug修改



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