全局配置服务功能提交
This commit is contained in:
@@ -125,6 +125,8 @@ class PostUpdateAddFriendPlanV1Controller extends BaseController
|
||||
'msgConf' => json_encode($msgConf, JSON_UNESCAPED_UNICODE),
|
||||
'tagConf' => json_encode($tagConf, JSON_UNESCAPED_UNICODE),
|
||||
'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