数登
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jhc 80b5719b89
continuous-integration/drone/push Build is passing Details
增加 DCI申诉接口
2 weeks ago
.idea 增加 DCI申诉接口 2 weeks ago
build init 10 months ago
cmd 修改 8 months ago
conf Update dubbogo.yaml 2 months ago
config init 10 months ago
deploy/k8s/test Update deployment-dci.yaml 10 months ago
internal 增加 DCI申诉接口 2 weeks ago
logs 修改 6 months ago
pb 增加 DCI申诉接口 2 weeks ago
pkg 增加 DCI申诉接口 2 weeks ago
runtime init 10 months ago
.drone.yml Update .drone.yml 8 months ago
.gitmodules init 10 months ago
DockerfileProd 首次打包 10 months ago
DockerfileTest Update DockerfileTest 10 months ago
README.md 修改 6 months ago
clear.sh init 10 months ago
go.mod 增加 DCI申诉接口 2 weeks ago
go.sum 增加 DCI申诉接口 2 weeks ago

README.md

chain-dci

蚂蚁链版权保护接入指南:https://antdigital.com/docs/11/305591#900136f865aiw 账号:18051299227

测试环境调用入口:EndPointhttps://openapi-sit.antchain.antgroup.com/gateway.do

线上环境调用入口:EndPointhttps://openapi.antchain.antgroup.com/gateway.do

#DCI申领流程
https://cdns.fontree.cn/fonchain-main/test/image/0/chain-dci/file/24bfa6de-cf39-4bb5-83bf-6a64d2b0d534.png
#数字版权登记流程
https://cdns.fontree.cn/fonchain-main/test/image/0/chain-dci/file/b2b9ebf8-5e8a-4697-af11-c07f788a6f77.png
1,不需要的参数就不设置
2,文件像素要求是 下限400*400上限5000*5000

protot文件编译指令

protoc --proto_path=. --proto_path=D:/go_workspace/src  --go_out=./pb --govalidators_out=./pb --go-triple_out=./pb ./pb/dci.proto

protoc --proto_path=. --go-grpc_out=./pb --proto_path=D:/go_workspace/src  --go_out=./pb --govalidators_out=./pb --go-triple_out=./pb ./pb/dci.proto