💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/dynamic/spaceinfo` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |otheruid|是|string|要查看的用户的uid|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "id": "9", "uid": "1000145286031341210", "content": "4wtwertwertwert", "dynamic_id": "98", "realname": "刘春强", "reply_id": "1", "reply_rootid": "1", "createtime": "昨天 08-01 08:58", "ref": { "content": { "id": "1", "uid": "1033145308280422980", "content": "&lt;a&gt;dsdsd&lt;/a&gt;<a uid=\"1033145308280423069\" class=\"at-user valid\">@刘春强</a> <a uid=\"1033145308280422957\" class=\"at-user valid\">@朱震</a> <a uid=\"\" class=\"at-user invalid\">@xxxx</a> 323432432", "createtime": "07-28 13:02", "reply_id": "0", "reply_rootid": "0" }, "userinfo": { "realname": "lzw0PkxppVC8Crz6NJ", "identitytype": "4", "face": "http://www.12xuedev.com/Common/images/face/big/noreg_0.jpg", "xxmc": "", "rank": "V0" } }, "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/online_teacher_1.jpg", "xxmc": "烟台网格学校", "rank": "V0" }, "follow": false } ``` - error ```json { "ret": -1, "msg": "操作失败" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-08-04 10:51:56 * * * * *