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

bug修改

... ... @@ -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')){
... ...