💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Works/collectList ### 接口描述 发表评论 ### 演示地址 http://URL/Works/collectList ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int)count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ { "status": 1, "list": [ { "works_id": "26", "title": "作品标题", "logo": "http://demo-coutuan123.b0.upaiyun.com/2015/0430/11/55419c5432fb2.jpg", "uid": "1", "active_time": "4294967295", "address": "北京海淀", "price": 10000, "share_count": "0", "uname": "你猜猜T", "face": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "share_url": "http://192.168.1.154/index.php?app=public&mod=Public&act=worksDetail&works_id=26" } ] } ~~~ ### 其他说明 ~~~ works_id 作品id title 作品标题 logo 作品logo active_time 作品活动时间 address 作品活动地址 share_count 分享次数 price 价格 uid 作品的作者id uname 用户昵称 face 用户头像 share_url 分享url ~~~