基本信息
Path: /api/copyright/getProgress
Method: POST
接口描述:
参数 | 类型 | 示例 | 备注 |
---|---|---|---|
trial | int | 1 | 审核状态(0:审核中,1:审核成功,2:审核失败) |
trialReason | string | 作品已审核 | 审核描述 |
number | string | 川作登字-2019-A-00155915 | 证书编号 |
describe | string | 证书已生成 | 证书说明 |
certificates_url | string | http://116.62.4.220:8000/11_20_19/d218c9f4ec8df2e2e5becc89a14dcb6b189be523.png | 证书地址 |
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
app_id | text | 是 | cade4e832627b4f6 | 应用ID |
access_token | text | 是 | $2y$10$e2vnsk18NntVkWSYWxm/8OspuZtHbnJczGX09m1EIQt8Y7b0ESGNe | 授权token |
signature | text | 是 | 151f2e632f414ca75531def2091108da | 签名 |
nonce | text | 是 | b6202224c37da1539b9d5d462f8c2c8a | MD5(时间戳) 时间验证 |
timestamp | text | 是 | 1577360235 | 时间戳 |
copyright_id | text | 是 | 685 | 作品登记返回的版权登记ID |
返回数据
{
"status": 200,
"msg": "进度查询",
"time": 1578299103,
"data": {
"trial": 1,
"trialReason": "作品待审核",
"number": "",
"describe": "证书还未生成",
"certificates_url": ""
}
}