🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 接口名称 `User/search_by_tag` ### 接口描述 根据关键字搜索用户 ### 请求地址 `http://URL/User/search_by_tag` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) tagid 标签id(输入数字表示标签id , 字符串表示标签名称) (int) count,分页显示时,指定每页显示条数 (int)page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ 输出结果: ~~~ { "status": 1, "list": [ { "uid": "1", "uname": "你猜猜T", "face": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "address": null, "store_image": "http://192.168.1.154/apps/microshop/_static/images/storebg.png", "intro": "", "min_price": null, "occupation_id": "1", "occupation_name": "婚礼策划" } ] } 失败 { "status": 0, "msg": "请输入关键词" } ~~~ ### 字段说明 ~~~ Uid,用户id uname,用户昵称 intro,个人简介 face 头像 bg_url,背景图 occupation_id 职业id occupation_name 职业名称 ~~~