简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2020-02-17 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
否 |
string |
授权凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
opus_id |
是 |
int |
作品id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"detail": {
"opus_id": 3,
"opus_thumbnail": "http://design.com/uploads/user/opus/2020-02-15/5e47c5fc05caf.jpg",
"title": "人物",
"copyright": "人物",
"is_free": 1,
"price": "5.00",
"size": "93.5KB",
"collection_num": 1,
"download_num": 0,
"create_at": "2020-02-15 18:20:44",
"author_uid": 3,
"author_name": "131****1111",
"author_avatar": "http://design.com/uploads/user/avatar/2020-02-15/5e479817641a7.png",
"collection_status": false
},
"classArr": [
{
"class_id": 1,
"class_name": "插画"
},
{
"class_id": 2,
"class_name": "风景"
},
{......}
]
}
}
错误时返回:
{
"status": 0,
"msg": "登录过期"
}
返回参数说明:
参数名 |
类型 |
说明 |
opus_id |
int |
作品id |
opus_thumbnail |
string |
作品预览图路径 |
title |
string |
作品标题 |
copyright |
string |
作品版权说明 |
is_free |
int |
是否免费 【免费=0,收费=1】 |
price |
float |
价格 |
size |
string |
作品大小 |
collection_num |
int |
收藏数量 |
download_num |
int |
下载次数 |
create_at |
string |
创建时间 |
author_uid |
int |
作品作者id |
author_name |
string |
作品作者名称 |
author_avatar |
string |
作品头像 |
collection_status |
bool |
收藏状态【true=已收藏,1false=没有收藏】 |
备注:
文档更新时间: 2020-02-20 15:20 作者:admin