Browse Source

新建后返回新建类型字段

author
wanghongjun 8 months ago
parent
commit
af4af0d12c
  1. 3
      app/enterprise/controller/Group.php

3
app/enterprise/controller/Group.php

@ -248,7 +248,8 @@ class Group extends BaseController
'is_notice'=>1,
'is_top'=>0,
'setting'=>$setting,
'type'=>'create',
];
Message::create([
'from_user'=>$uid,

Loading…
Cancel
Save