...
|
...
|
@@ -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'];
|
...
|
...
|
|