ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 Public/show ### 接口描述 某条详细微博内容 ### 请求地址 http://URL/Public/show ### 输入参数 ~~~ (int)id,微博ID (必填) (string) format,返回格式可选 json/php/test格式(默认json格式,为了阅读方便,以下文档中输出结果均以test格式显示) ~~~ ### 输出结果 ~~~ { "feed_id": "1", "uid": "1", "type": "postimage", "publish_time": "1430192929", "feed_content": "分享图片", "content": "分享图片", "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "image": [ "http://demo-coutuan123.b0.upaiyun.com/2015/0428/11/553f031c922db.jpg!550xauto.jpg" ], "api_source": { "uid": null, "uname": null, "avatar": null }, "price": 0, "is_digg": 1 } ~~~ ### 字段说明 ~~~ Feed_id 动态主键 Uid 发布者UID Type 类型: post(文字)、 postimage(图片)、 postfile(附件)、 postvideo(视频)、 repost(转发)、 weiba_post(微吧的帖子)、 weiba_repost(帖子的转发) service 服务 works 作品 Content:内容 digg_count 点赞数 comment_count 评论数 Publish_time:发布时间 Uname:作者名字 Avatar:作者小头像 Image:分享的第一张图片 Api_source:微博来源 Price:相关价格 (当 type=service或者works 时显示价格,0 表示价格保密) is_digg 是否被点赞 ~~~ ### 其他说明