Browse Source

新建后返回新建类型字段

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

1
app/enterprise/controller/Group.php

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

Loading…
Cancel
Save