企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## **4.1 用户推送** ~~~ 数据推送格式示例 { "game_id":1, "channel":"info_profiles", "push_type":"update", "data":{ "id":1, "source":"toutiao", "name":"余霜YSCandice", "desc":"英雄联盟官方主持人", "avatar":"https://wx2.sinaimg.cn/orj480/71b26c7fly8grwz25ljbyj20u00u00vk.jpg", "following_count":1612, "follower_count":5619231, "like_count":0, "game_id":1 } } ~~~ | 返回参数 | 数据类型 | 描述 | 备注 | | --- | --- | --- | --- | | id | int | 用户 id | | | source| string| 来源ID | | | name | string | 名称 | | | desc | string | 描述 | | | avatar | string | 头像 | | | following\_count | int | 关注数 | | | follower\_count | int | 粉丝数 | | | like\_count | int | 点赞数 | | | game\_id | int | 游戏 id |