基本信息

Path: /api/account/addAuthor

Method: POST

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

请求参数

Headers

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

Body

参数名称参数类型是否必须示例备注
signaturetext90b7a0abc1737fb68a6d3c26b990ca7a签名
app_idtextcade4e832627b4f6应用ID
timestamptext1577330898时间戳
noncetextd4d37f05a8a7c4eb21668b6f36dacc11md5(时间戳)
access_tokentext$2y$10$eC0xMg0YSNAsJMulOhV02eiMQ1tcQUJu7HdgAKzjgJyKH04QeNhUm请求token以后的参数
smscode
text8888手机验证码
type
int1身份类型(1个人,2企业)
name
text张三姓名or公司名
mobiletext18888888888手机号
uidint1用户ID
identity
text51018411111111身份证(个人)
identity_img_front
texthttps://x.jpg身份证正面(个人)
identity_img_back
texthttps://y.jpg身份证背面(个人)
full_area_name
text陕西省西安市长安区
所在区域(个人)
licensetext91340100MA8N3HGR8A
营业执照号(企业)
license_imgtexthttps://z.jpg印业执照相片(企业)
warrant
texthttps://a.jpg异地授权书

返回数据

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