企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 社群流水 >[danger]接口认证:**需要认证** ##### 响应说明 | 字段名 | 字段类型 | 字段说明 | | --- | --- | --- | | this_month_flow | string | 本月流水 | | last_month_flow| string | 上月流水 | | this_month_invite| int | 本月直推 | | group_flow_list| object| 社群信息 | | group_flow_list.has_more| boolean| 是否有下一页 | | group_flow_list.list| array[object]| 是否有下一页 | | group_flow_list.list.id | int | 用户id | | group_flow_list.list.phone | string | 用户手机号 | | group_flow_list.list.created_at | string | 注册时间 | | group_flow_list.list.personal_consume | string | 个人消费 | | group_flow_list.list.team_consume | string | 社群流水 | ## 示例 ~~~[api] get:/personal/group *id=默认值#说明文字 name#说明文字 <<< success { "code": 200, "msg": "成功", "data": { "this_month_flow": "0.00", "last_month_flow": "15,209.00", "this_month_invite": 0, "group_flow_list": { "has_more": false, "list": [ { "id": 20, "phone": "13832320462", "nickname": "123123", "created_at": "2022-01-06 14:53:13", "personal_consume": "0.00", "team_consume": "0.00" }, { "id": 18, "phone": "13800012005", "nickname": "乐淘会员", "created_at": "2022-01-06 14:09:08", "personal_consume": "0.00", "team_consume": "0.00" }, { "id": 17, "phone": "13800012004", "nickname": "乐淘会员", "created_at": "2022-01-06 13:36:25", "personal_consume": "0.00", "team_consume": "0.00" }, { "id": 16, "phone": "13800012003", "nickname": "乐淘会员", "created_at": "2022-01-06 13:30:25", "personal_consume": "0.00", "team_consume": "0.00" }, { "id": 11, "phone": "13800012001", "nickname": "乐淘会员", "created_at": "2021-12-14 12:09:35", "personal_consume": "0.00", "team_consume": "0.00" }, { "id": 15, "phone": "13800012002", "nickname": "乐淘会员", "created_at": "2021-12-30 16:13:04", "personal_consume": "0.00", "team_consume": "0.00" } ] } } } <<< ~~~ ## 可能出现的错误码 > 不包含常见的请求方式错误,参数丢失,用户权限验证失败