...
|
...
|
@@ -708,7 +708,7 @@ class Store extends Api |
|
|
if($param['type'] == 1) {
|
|
|
// 商家每天可发布红包信息次数
|
|
|
$times = Db::name('store_inform')
|
|
|
->whereTime('create_time', 'today')
|
|
|
->whereTime('createtime', 'today')
|
|
|
->where('store_id',$store['id'])
|
|
|
->count();
|
|
|
if($times >= config('site.send_red_times')){
|
...
|
...
|
|