基本信息

Path: /api/account/addAuthor

Method: POST

接口描述:添加个人或者企业类型著作权人

请求参数

Headers

参数名称参数值是否必须示例备注
Content-Typeapplication/x-www-form-urlencoded是

Body

参数名称参数类型是否必须示例备注
signaturetext是90b7a0abc1737fb68a6d3c26b990ca7a签名
app_idtext是cade4e832627b4f6应用ID
timestamptext是1577330898时间戳
noncetext是d4d37f05a8a7c4eb21668b6f36dacc11md5(时间戳)
access_tokentext是$2y$10$eC0xMg0YSNAsJMulOhV02eiMQ1tcQUJu7HdgAKzjgJyKH04QeNhUm请求token以后的参数
smscode
text是8888手机验证码
type
int是1身份类型(1个人,2企业)
name
text是张三姓名or公司名
mobiletext是18888888888手机号
uidint是1用户ID
identity
text否51018411111111身份证(个人)
identity_img_front
text否https://x.jpg身份证正面(个人)
identity_img_back
text否https://y.jpg身份证背面(个人)
full_area_name
text否陕西省西安市长安区
所在区域(个人)
licensetext否91340100MA8N3HGR8A
营业执照号(企业)
license_imgtext否https://z.jpg印业执照相片(企业)
warrant
text否https://a.jpg异地授权书

返回数据

{
    "status": 200,
    "msg": "添加成功",
    "time": 1689920397,
    "data": {
        "id": "2380" // 新增著作权人ID
    }
}