基本信息
Path: /api/copyright/getCertificates
Method: POST
返回参数:
参数 | 类型 | 示例 | 备注 |
---|---|---|---|
describe | string | 证书已发放 | 证书描述 |
certificates_url | string | http://116.62.4.220:8000/11_20_19/d218c9f4ec8df2e2e5becc89a14dcb6b189be523.png | 证书地址 |
number | string | 川作登字-2019-A-00155915 | 证书编码 |
请求参数
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": 1578299138,
"data": {
"describe": "作品未审核成功,证书未发放",
"certificates_url": "",
"number": ""
}
}