🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/dynamic/followlists` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |num|否|string|每页条目默认10|-| |p|否|string|默认0 页码|-| |uid|是|string|用户uid|-| **返回示例** - error ```json { "ret": -1, "msg": "操作失败!", } ``` - success ```json { "ret": 0, "msg": "ok", "list": [ { "id": "26", "uid": "1000145286031341210", "createtime": "5小时前 ", "device": "来自web端", "content": "《规划》还明确将深圳列为全国19个综合铁路枢纽之一。其中,在客运枢纽建设方面,《规划》要求按照“零距离”换乘要求,同站规划建设以铁路客站为<img src=\"/static/core/images/expression/qq/victory.gif\" width=\"24\" height=\"24\" alt=\"victory\">", "forword_count": "0", "thumbup_count": "0", "status": "0", "comment_count": "0", "video_list": [], "audio_list": [], "content_type": "user", "image_list": [], "identitytype": "2", "fxfw": "5", "resourceid": "0", "tag": "", "xkid": "1071", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "xxmc": "烟台网格学校", "rank": "V0", "role": "老师" } }, { "id": "25", "uid": "1000145286031341210", "createtime": "5小时前 ", "device": "来自web端", "content": "<img src="/static/core/images/expression/qq/time.gif" width="24" height="24" alt="time">记者了解到,将有“三纵”汇聚深圳,分别为沿海通道、京港(台)通道和京哈-京港澳通道。此外,“一横”兰广通道和“一纵”广昆通道,则将以广州作为一端终点,通过既有的广深港铁路,深圳市民未来也可高效前往我国西北和西南城市。<img src="/static/core/images/expression/qq/yiwen.gif" width="24" height="24" alt="yiwen">", "forword_count": "0", "thumbup_count": "0", "status": "1", "comment_count": "0", "video_list": [], "audio_list": [], "content_type": "user", "image_list": [], "identitytype": "2", "fxfw": "5", "resourceid": "0", "tag": "", "xkid": "1071", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "xxmc": "烟台网格学校", "rank": "V0", "role": "老师" } }, { "id": "24", "uid": "1000145286031341210", "createtime": "5小时前 ", "device": "来自web端", "content": "@朱震 dewwe @刘春强 wqwqw", "forword_count": "0", "thumbup_count": "0", "status": "1", "comment_count": "0", "video_list": [], "audio_list": [], "content_type": "user", "image_list": [], "identitytype": "2", "fxfw": "5", "resourceid": "0", "tag": "", "xkid": "1071", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "xxmc": "烟台网格学校", "rank": "V0", "role": "老师" } }, { "id": "22", "uid": "1033145308280422915", "createtime": "5小时前 ", "device": "来自web端", "content": "<a href='/user/home/getspaceinfo/type/3/id/1033146968646194106/uid/1033145308280422915.html' target='_blank'>2016-7-28 化学作业</a>", "forword_count": "0", "thumbup_count": "0", "status": "1", "comment_count": "0", "video_list": [], "audio_list": [], "content_type": "homework", "image_list": [], "identitytype": "2", "fxfw": "5", "resourceid": "1033146968646194106", "tag": "{"xkmc":"\\u5316\\u5b66","njmc":"\\u516b\\u5e74\\u7ea7"}", "xkid": "1071", "type": "0", "reproduct_id": "0", "root_id": "0", "ref": null, "userinfo": { "realname": "青州二中", "identitytype": "2", "face": "http://res-qiniu.12xue.com/avatar/1033145308280422915/big.jpg?v=1469707555", "xxmc": "思而学校21", "rank": "V1", "role": "老师" } } ], "totle": 9, "totlepage": 2, "page": "<div class='pager'><a href=\"url/1\">首页</a><a href=\"url/1\">上一页</a><a href=\"url/1\">1</a>\n<span class=\"current\">2</span>\n<span class=\"\">下一页</span><span class=\"\">尾页</span></div>", "pagesize": 5, "current": 2 } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2022-04-12 10:02:26 * * * * *