平台维护中,暂时停止对外提供的所有服务

基本信息

Path: /api/copyright/registerCopyright

Method: POST

接口描述:

传入著作权人的时候
著作权人身份类型(1.个人的时候不填营业执照,2.~~~~ 企业的时候不填身份证信息)

请求参数

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 时间戳
user_tx_hash text ead7a4dcca8be705300f5a02e69bed4ad0325048aab6d42c3e51527021d41c9d 用户区块链hash
works_name text 测试文档1 作品名
pseudonym text 张三 作者笔名
file_md5 text c2dbb895a66c3ca924ccdbea49fa6884 作品MD5
sort_id text 73 分类ID
user_id text 10 用户ID
right_ids text 10,1,2 权利ID(多个)1 :发表权,2 :署名权,3 :修改权,4 :保护作品完整权,5 :复制权,6 :发行权,7 :出租权,8 :表演权,9 :放映权,10:信息网络传播权,11:广播权,12:展览权,13:摄制权,14:改编权,15:翻译权,16:汇编权,17:其他
gain text 1 权利取得方式(1.原始 2.继承 3.承受 4.其他)
properties text 1 创作性质:(1:原创 ,2:改编 ,3:翻译 ,4:汇编 ,5:注释 ,6:整理 ,7:其他 )
belong text 1 作品归属(1个人作品2合作作品3法人作品4职务作品5委托作品)
price text 10.00 作品售价
create_time text 1577954577 作品创作时间
distribute text 1 作品分发 0/1 : 否/是
introduce text 简介 作品简介
sample_url text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 样本文件
source_file_url text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 作品源文件
certificate_img text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 法人作者证明书地址
guarantee_img text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 权利保证书地址
first_imgurl text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 文档首图
other_img text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 其他文件
cooperation_img text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 合作协议


real_name

text 张三 作者真名
mobile text 19945554445 作者手机
email text 121212@qq.com 作者邮箱
author[0][name] text 李四 著作权人姓名
author[0][type] text 1 著作权人身份类型(1个人 个人的时候不填营业执照,2企业 企业的时候不填身份证信息)
author[0][full_area_name] text 广东省深圳市南山区 著作权人联系地址
author[0][warrant] text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 异地授权书(不在四川省的需要异地授权书)
author[0][mobile] text 19945554443 著作权人手机
author[0][identity] text 510406198706253816 著作权人身份证号
author[0][identity_img_front] text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 著作权人身份证正面
author[0][identity_img_back] text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 著作权人身份证反面
author[0][license] text 548645625123186 著作权人企业营业执照号
author[0][license_url] text http://local.test.com/copyright/20190822/0668052bcbd54fbfd98676c0393cc3b9.jpeg 著作权人营业执照

返回数据


{
    "status": 200,
    "msg": "作品登记成功",
    "time": 1578279381,
    "data": {
        "copyright_id": "686"
    }
}