Create Follow Group
关注组
Create Follow Group
Create a new follow group
POST
Create Follow Group
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
创建关注组
URL:/v1/following/groups方法:
POST描述: 创建一个新的关注组
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| name | str | 组名称 |
| follow_values | list[FollowValue] | 关注项列表(可选),每个元素包含 follow_type 和 follow_value |
| 参数名 | 类型 | 描述 |
|---|---|---|
| follow_type | str | 关注类型:"company"、"channel" |
| follow_value | str | 关注值(如股票代码、频道 ID) |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| group_id | str | 关注组 ID |
| name | str | 组名称 |
| count | int | 关注项数量 |
Authorizations
Enter your Bearer token
Body
application/json
