基本信息
Path: /api/copyright/applicationemail
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
access_token | text | 是 | $2y$10$eC0xMg0YSNAsJMulOhV02eiMQ1tcQUJu7HdgAKzjgJyKH04QeNhUm | 请求token以后的参数 |
app_id | text | 是 | cade4e832627b4f6 | 应用ID |
timestamp | text | 是 | 1577330898 | 时间戳 |
nonce | text | 是 | d4d37f05a8a7c4eb21668b6f36dacc11 | md5(时间戳) |
signature | text | 是 | 90b7a0abc1737fb68a6d3c26b990ca7a | 签名 |
copyright_id | text | 是 | 911 | 返回的版权ID |
addressee | text | 是 | 小马哥 | 收件人 |
mobile | text | 是 | 13988886666 | 收件人联系方式 |
address | text | 是 | 广东省深圳市南山区腾讯大厦A座703 | 收件地址 |
postalcode | text | 是 | 518000 | 收件地址邮编 |
返回数据
{
"status": 200,
"msg": "申请成功",
"time": 1578299138,
"data": []
}