修改群组
open_topic_editEdit group topic details to update name, icon, introduction, contact, receipt message, and subscription price. Keep group information current and accurate.
Instructions
POST /open/topic/editTopic - 修改群组信息。 请求: topicId(群组编号,必填), topicCode(编码,必填), topicName(名称,必填), contact/introduction/receiptMessage/icon/price/topicDescribe(可选)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: 如「修改成功」。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | 群组图标 | |
| price | No | 积分群组订阅积分;按月 | |
| contact | No | 联系方式 | |
| topicId | Yes | 群组编号 | |
| topicCode | Yes | 群组编码 | |
| topicName | Yes | 群组名称 | |
| introduction | No | 群组简介 | |
| topicDescribe | No | 一句话介绍 | |
| receiptMessage | No | 加入后回复内容 |