1、豆包新增生成图片功能

2、消息优化
3、场景获客新增全局配置
4、工作台新增全局配置
This commit is contained in:
wong
2026-01-15 14:31:12 +08:00
parent 1566f8fb7c
commit a20794366a
17 changed files with 1287 additions and 158 deletions

View File

@@ -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'] ?? '',