🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 接口名称 WeiboStatuses/weibo_search_weibo ### 接口描述 根据关键字搜索微博 ### 请求地址 http://URL/WeiboStatuses/weibo_search_weibo ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) key,查询关键词 (int)count,分页显示时,指定每页显示条数(默认20) (int)page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ [ { "feed_id": 67, "uid": "2", "type": "works", "app_row_table": "store_service_works", "app_row_id": "36", "publish_time": "1435038599", "comment_count": "0", "repost_count": 0, "digg_count": "0", "feed_content": "哈尔滨婚礼成功案例", "content": "哈尔滨婚礼成功案例", "uname": "TangGuo", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c8/1e/72/original.jpg!small.avatar.jpg?v1381484687", "price": 15800, "image": "http://demo-coutuan123.b0.upaiyun.com/2015/0623/13/5588f38668397.jpg", "is_digg": 0 }, { "feed_id": 45, "uid": "1", "type": "service", "app_row_table": "store_service", "app_row_id": "202", "publish_time": "1432279586", "comment_count": "0", "repost_count": 0, "digg_count": "0", "feed_content": null, "content": null, "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "price": 0, "image": "http://www.candy.com/apps/microshop/_static/images/worksbg.png", "is_digg": 0 } ] ~~~ ### 其他说明 ~~~ 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 表示价格保密) ~~~