我创建的群组详情
open_topic_detailRetrieve group details by topic ID, including QR code, contact info, and approval status. Use this to view or verify your created group's configuration and member count.
Instructions
GET /open/topic/detail - 获取我创建的群组详情。 请求(url): topicId(群组编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: topicId, topicCode, topicName, qrCodeImgUrl(永久二维码), contact, introduction, receiptMessage(加入后回复), nickName, createTime, topicUserCount, icon, appId, topicType(群组类型;0普通群组;1积分群组;2公开群组), price(积分群组订阅积分/月), topicDescribe, userNickName, isApproved/firstIsApproved(是否审核通过;0未审核,1审核不通过,2审核通过), approveReason, isOpen(0否/1是)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topicId | Yes | 群组编号 |