🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 接口名称 WeiboStatuses/show ### 接口描述 某条详细微博内容 ### 请求地址 http://URL/WeiboStatuses/show ### 输入参数 1. (string) oauth_token (必填) 2. (string) oauth_token_secret (必填) 3. (int)id,微博ID (必填) 4. (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, "share_url": "http://192.168.1.154/index.php?app=public&mod=Public&act=weiboDetail&feed_id=1", "is_digg": 1 } ~~~ ### 字段说明 ~~~ Feed_id 动态主键 Uid 发布者UID Type 类型: post(文字)、 postimage(图片)、 postfile(附件)、 postvideo(视频)、 repost(转发)、 weiba_post(微吧的帖子)、 weiba_repost(帖子的转发) service 服务 works 作品 Publish_time:发布时间 feed_content 微博内容 Content:微博内容 uname 用户昵称 avatar 用户头像 image 微博图片 数组 api_source 原微博的内容 price 价格 share_url 分享URL is_digg 是否点赞过 ~~~ ### 其他说明