多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 Store/collectList ### 接口描述 发表评论 ### 演示地址 http://URL/Store/collectList ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int)count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ { "status": 1, "list": [ { "uid": "1", "uname": "你猜猜T", "occupation_name": "婚礼策划", "location": "海淀区", "face": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!middle.avatar.jpg?v1434019465", "store_image": "http://192.168.1.154/apps/microshop/_static/images/storebg.png", "following_count": "1", "follower_count": "3" } ] } ~~~ ### 其他说明 ~~~ uid 用户id uname 用户昵称 face 用户头像 store_image 背景图 occupation_name 职位名称 location 地址 following_count关注数 follower_count 粉丝数 ~~~