全局配置服务功能提交
This commit is contained in:
@@ -150,6 +150,8 @@ class PostCreateAddFriendPlanV1Controller extends BaseController
|
||||
'userId' => $this->getUserInfo('id'),
|
||||
'companyId' => $this->getUserInfo('companyId'),
|
||||
'status' => !empty($params['status']) ? 1 : 0,
|
||||
// 计划类型:0=全局,1=独立(默认)
|
||||
'planType' => isset($params['planType']) ? intval($params['planType']) : 1,
|
||||
// 拉群配置
|
||||
'groupInviteEnabled' => $groupInviteEnabled,
|
||||
'groupName' => $params['groupName'] ?? '',
|
||||
|
||||
Reference in New Issue
Block a user