💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 MicroShop/myServiceList ### 接口描述 服务列表 ### 演示地址 `http://URL/MicroShop/myServiceList` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) user_id 用户id(选填,默认当前用户) (int) count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "list": [ { "service_id": "202", "title": "服务微博", "logo": "http://demo-coutuan123.b0.upaiyun.com/2015/0525/14/5562c39d4eeef.jpg", "price": 250, "collect_count": 0 }, { "service_id": "75", "title": "婚庆策划人员", "logo": "http://demo-coutuan123.b0.upaiyun.com/2015/0513/14/5552f09f57be7.jpg", "price": 6999, "collect_count": 0 }, { "service_id": "72", "title": "婚庆", "logo": "http://demo-coutuan123.b0.upaiyun.com/2015/0512/17/5551c7dbeb5e8.jpg", "price": 6999, "collect_count": 0 } ] } ~~~ ### 其他说明 ~~~ service_id 服务id/资源地; title 服务名称 price 糖果价 logo 套餐封面 collect_count 收藏数 ~~~