💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/dynamic/commentlistbyresid` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |resourceid|是|string|系统资源id|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "list": [ { "from_uid": "1000145286031341210", "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/online_teacher_1.jpg", "xxmc": "烟台网格学校", "rank": "V0", "gxqm": "", "role": "老师" }, "createtime": "昨天 08-02 19:25", "content": "<span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">参考消息网8月2日报道</span><strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">&nbsp;</strong><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">境外媒体称,越南一家餐厅老板因大陆旅客的不文明行为心生不满,决定拒绝服务陆客。</span>", "dynamicid": "228", "reply_id": "0", "ref": null }, { "from_uid": "1000145286031341210", "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/online_teacher_1.jpg", "xxmc": "烟台网格学校", "rank": "V0", "gxqm": "", "role": "老师" }, "createtime": "昨天 08-02 19:25", "content": "<span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">参考消息网8月2日报道</span><strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">&nbsp;</strong><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">境外媒体称,越南一家餐厅老板因大陆旅客的不文明行为心生不满,决定拒绝服务陆客。</span>", "dynamicid": "228", "reply_id": "0", "ref": null }, { "from_uid": "1000145286031341210", "userinfo": { "realname": "刘春强", "identitytype": "2", "face": "http://www.12xuedev.com/Common/images/face/big/online_teacher_1.jpg", "xxmc": "烟台网格学校", "rank": "V0", "gxqm": "", "role": "老师" }, "createtime": "昨天 08-02 19:25", "content": "<span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">参考消息网8月2日报道</span><strong style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">&nbsp;</strong><span style=\"color: rgb(0, 0, 0); font-family: 宋体, Arial, sans-serif; font-size: 15.9996px; line-height: 28px; text-indent: 31.9992px;\">境外媒体称,越南一家餐厅老板因大陆旅客的不文明行为心生不满,决定拒绝服务陆客。</span>", "dynamicid": "228", "reply_id": "0", "ref": null }, ], "totle": 13, "totlepage": 2, "pagesize": 10, "current": 1 } ``` - error ```json { "ret": -1, "msg": "操作失败" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-08-04 10:49:42 * * * * *