修改 QQ 机器人群配置
open_qqbot_editModify a QQ bot group configuration by supplying its config ID, a new name, and the target QQ group ID. Update current settings while keeping the QQ code unchanged to avoid invalidating options in use.
Instructions
POST /open/qqBot/edit - 修改 QQ 机器人群配置。配置编码(qqCode)不允许修改,避免已在使用的 option 失效。 请求: id(配置编号,必填), qqName(配置名称,必填), qqGroupId(QQ群编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 配置编号 | |
| qqName | Yes | 配置名称,最多64个字符 | |
| qqGroupId | Yes | QQ群编号 |