💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/dynamic/parentlist` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |p|否|string|页码|1| |area|否|string|0全国 1 本区| | |num|否|string|每页的条数|10| **返回示例** - success ```json { "ret": 0, "msg": "ok", "list": [ { "id": "629", "uid": "1033145308280422934", "createtime": "11分钟前", "device": "来自手机苹果端", "content": "@刘春强 @刘春强 333", "forword_count": "0", "thumbup_count": "0", "status": "1", "comment_count": "0", "video_list": "", "audio_list": "", "content_type": "user", "image_list": [], "identitytype": "4", "fxfw": "5", "resourceid": "0", "tag": "", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "zoufengxsh", "identitytype": "3", "face": "http://www.12xuedev.com/Common/images/face/big/online_student_s_1.jpg", "xxmc": "坊子区宁远中学", "rank": "V0", "gxqm": "1111111111111", "role": "学生" }, "follow": false, "thumb": false }, { "id": "627", "uid": "1033145308280422934", "createtime": "11分钟前", "device": "来自手机苹果端", "content": "@刘春强 @刘春强 333", "forword_count": "0", "thumbup_count": "0", "status": "1", "comment_count": "0", "video_list": "", "audio_list": "", "content_type": "user", "image_list": [], "identitytype": "3", "fxfw": "5", "resourceid": "0", "tag": "", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "zoufengxsh", "identitytype": "3", "face": "http://www.12xuedev.com/Common/images/face/big/online_student_s_1.jpg", "xxmc": "坊子区宁远中学", "rank": "V0", "gxqm": "1111111111111", "role": "学生" }, "follow": false, "thumb": false } ], "total": 25, "totalpage": 3, "pagesize": 10, "current": 1 } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-08-18 09:48:25 * * * * *