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

合并分支 'heshupeng' 到 'master'

bug修改



查看合并请求 !373
... ... @@ -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')){
... ...