💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[warning] ### 更新说明 > **v005版 status 改为必要参数** > **v005版 page 改为必要参数** > **v005版 star 改为必要参数** +++ post:v002/Messages/infoContent *int:udid#用户ID *varchar:token#Token *int:type#列表类型 *int:status#列表状态 *int:page#页码 *int:star#明星传100其他传0 <<< 请求成功 { "data":{ "list": [ { "cid": 35, "c_cid": 13, "c_parent": 0, "c_udid": 23, "c_content": "啦啦啦", "c_status": 10, "c_createtime": "2017-06-09 17:38:24", "u_nickname": "若璃23", "u_avatar": "http://avatar.kancloud.cn/0e/b52592bc13e5fa22465f5f3a14881a" } ], "num": 1, "page": 1 }, "code": 200, "token": null, "time": 1488888888, "content": { "udid": "1", "token": "c48a6b7421145f32102a1dd208a2980a214d94e7", "type": "30" } } <<< 登录失效 { "data": { "message": "请先重新登录" }, "code": 300, "token": null, "time": 1488888888, "content": { "udid": "1", "token": "c48a6b7421145f32102a1dd208a2980a214d94e7", "type": "30" } } <<< 非法请求 { "data": { "message": "请求错误" }, "code": 500, "token": null, "time": 1488888888, "content": { "udid": "1", "token": "c48a6b7421145f32102a1dd208a2980a214d94e7", "type": "30" } } +++ #### 请求成功 data[]返回数据说明 | 字段名 | 描述 | 备注 | | --- | --- | --- | | list | 列表 | | | num | 总数 | | | page | 页码 | | #### list[]返回数据说明 | 字段名 | 描述 | 备注 | | --- | --- | --- | | cid | ID | | | c_cid | 主记录ID | | | c_parent | 父ID | | | c_udid | 用户ID | | | c_content | 内容 | | | c_status | 状态 | | | c_createtime | 时间 | | | u_nickname | 昵称 | | | u_avatar | 头像 | | <img src="http://star.img.livestaring.com/Document/Messages/infoContent.png">