Compare commits

...

10 Commits

Author SHA1 Message Date
jhc
8adacede8c 修改
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-08 11:26:32 +08:00
jhc
242d682999 Merge branch 'dev' of http://192.168.12.3:3000/chain/chain-dci into dev
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-08 10:30:08 +08:00
jhc
23e50b24fc 修改 2024-04-08 10:29:54 +08:00
777e03930f Merge branch 'dev' of http://192.168.12.3:3000/chain/chain-dci into dev
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 14:56:27 +08:00
jhc
2a67325bfc 修改
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 14:50:35 +08:00
jhc
243229a011 Merge branch 'dev' of http://192.168.12.3:3000/chain/chain-dci into dev
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 14:47:07 +08:00
jhc
0eb3506ab2 修改 2024-04-07 14:46:54 +08:00
367fb902a4 Create .gitignore 2024-03-05 14:41:04 +08:00
f3b8175067 Merge branch 'main' into dev
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 14:40:11 +08:00
jhc
f6cdff4a01 修改
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-07 14:17:58 +08:00
13 changed files with 487 additions and 349 deletions

2
.idea/.gitignore vendored
View File

@ -6,3 +6,5 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# GitHub Copilot persisted chat sessions
/copilot/chatSessions

View File

@ -26,4 +26,6 @@ https://cdns.fontree.cn/fonchain-main/test/image/0/chain-dci/file/b2b9ebf8-5e8a-
```shell
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
```

View File

@ -10,8 +10,8 @@ chainDci:
Bccr:
access_key_id: "ACsK4CQqzj5rGSKf"
access_key_secret: "SJmH5eATWY26tJrVg8QyHaBGbLNCbj7y"
end_point: "openapi.antchain.antgroup.com" # 正式的 endpoint
# end_point: "openapi-sit.antchain.antgroup.com" # 测试式的 endpoint
# end_point: "openapi.antchain.antgroup.com" # 正式的 endpoint
end_point: "openapi-sit.antchain.antgroup.com" # 测试式的 endpoint
#redis:
# db: ${oa-meeting.redis.db}
# addr: ${redis.addr}

10
go.mod
View File

@ -32,6 +32,7 @@ require (
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.1 // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/RoaringBitmap/roaring v1.2.3 // indirect
github.com/Workiva/go-datastructures v1.0.52 // indirect
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
@ -42,7 +43,11 @@ require (
github.com/alibabacloud-go/tea-utils v1.3.8 // indirect
github.com/alibabacloud-go/tea-utils/v2 v2.0.4 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1704 // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/antchain-openapi-sdk-go/antchain-util v0.0.7 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/antchfx/xpath v1.1.8 // indirect
github.com/apache/dubbo-getty v1.4.9 // indirect
github.com/apache/dubbo-go-hessian2 v1.12.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@ -79,7 +84,9 @@ require (
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gocolly/colly/v2 v2.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
@ -96,6 +103,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
@ -127,6 +135,7 @@ require (
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil/v3 v3.22.2 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
@ -135,6 +144,7 @@ require (
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect

28
go.sum
View File

@ -53,6 +53,8 @@ github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/PuerkitoBio/goquery v1.5.1 h1:PSPBGne8NIUWw+/7vFBV+kG2J/5MOjbzc7154OaKCSE=
github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc=
github.com/RoaringBitmap/roaring v1.2.3 h1:yqreLINqIrX22ErkKI0vY47/ivtJr6n+kMhVOVmhWBY=
github.com/RoaringBitmap/roaring v1.2.3/go.mod h1:plvDsJQpxOC5bw8LRteu/MLWHsHez/3y6cubLI4/1yE=
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
@ -91,10 +93,20 @@ github.com/alibabacloud-go/tea-utils/v2 v2.0.4/go.mod h1:sj1PbjPodAVTqGTA3olprfe
github.com/aliyun/alibaba-cloud-sdk-go v1.61.18/go.mod h1:v8ESoHo4SyHmuB4b1tJqDHxfTGEciD+yhvOU/5s1Rfk=
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1704 h1:PpfENOj/vPfhhy9N2OFRjpue0hjM5XqAp2thFmkXXIk=
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1704/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU=
github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
github.com/andybalholm/cascadia v1.2.0 h1:vuRCkM5Ozh/BfmsaTm26kbjm0mIOM3yS5Ek/F5h18aE=
github.com/andybalholm/cascadia v1.2.0/go.mod h1:YCyR8vOZT9aZ1CHEd8ap0gMVm2aFgxBp0T0eFw1RUQY=
github.com/antchain-openapi-sdk-go/antchain-util v0.0.7 h1:aa6GLaNNE3HryG71Kxjza4Tu9EZQcZv0G/v+q3By4gw=
github.com/antchain-openapi-sdk-go/antchain-util v0.0.7/go.mod h1:pi99Uu97pcsfyUNaaMcABSQS3HjuY+066s/3iDgVJSk=
github.com/antchain-openapi-sdk-go/bccr v1.17.65 h1:fHhZKkdc+VXIL1zLiOJUwj+H0CFC0W5yxTWZa/XYUhE=
github.com/antchain-openapi-sdk-go/bccr v1.17.65/go.mod h1:DDiROzBPAnhmbVfV1aXyxftMutYeLpdZKAfCZfv/P/I=
github.com/antchfx/htmlquery v1.2.3 h1:sP3NFDneHx2stfNXCKbhHFo8XgNjCACnU/4AO5gWz6M=
github.com/antchfx/htmlquery v1.2.3/go.mod h1:B0ABL+F5irhhMWg54ymEZinzMSi0Kt3I2if0BLYa3V0=
github.com/antchfx/xmlquery v1.2.4 h1:T/SH1bYdzdjTMoz2RgsfVKbM5uWh3gjDYYepFqQmFv4=
github.com/antchfx/xmlquery v1.2.4/go.mod h1:KQQuESaxSlqugE2ZBcM/qn+ebIpt+d+4Xx7YcSGAIrM=
github.com/antchfx/xpath v1.1.6/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
github.com/antchfx/xpath v1.1.8 h1:PcL6bIX42Px5usSx6xRYw/wjB3wYGkj0MJ9MBzEKVgk=
github.com/antchfx/xpath v1.1.8/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/dubbo-getty v1.4.9-0.20221022181821-4dc6252ce98c/go.mod h1:6qmrqBSPGs3B35zwEuGhEYNVsx1nfGT/xzV2yOt2amM=
github.com/apache/dubbo-getty v1.4.9 h1:Y8l1EYJqIc7BnmyfYtvG4H4Nmu4v7P1uS31fFQGdJzM=
@ -328,8 +340,14 @@ github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/go-test/deep v1.0.2/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/gocolly/colly v1.2.0 h1:qRz9YAn8FIH0qzgNUw+HT9UN7wm1oF9OBAilwEWpyrI=
github.com/gocolly/colly v1.2.0/go.mod h1:Hof5T3ZswNVsOHYmba1u03W65HDWgpV5HifSuueE0EA=
github.com/gocolly/colly/v2 v2.1.0 h1:k0DuZkDoCsx51bKpRJNEmcxcp+W5N8ziuwGaSDuFoGs=
github.com/gocolly/colly/v2 v2.1.0/go.mod h1:I2MuhsLjQ+Ex+IzK3afNS8/1qP3AedHOusRPcRdC5o0=
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s=
@ -531,6 +549,7 @@ github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/jawher/mow.cli v1.1.0/go.mod h1:aNaQlc7ozF3vw6IJ2dHjp2ZFiA4ozMIYY6PyuRJwlUg=
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869/go.mod h1:cJ6Cj7dQo+O6GJNiMx+Pa94qKj+TG8ONdKHgMNIyyag=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jhump/protoreflect v1.6.0/go.mod h1:eaTn3RZAmMBcV0fifFvlm6VHNz3wSkYyXYWUh7ymB74=
@ -571,6 +590,8 @@ github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 h1:uC1QfSlInpQ
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k=
github.com/k0kubun/pp v3.0.1+incompatible h1:3tqvf7QgUnZ5tXO6pNAZlrvHgl6DvifjDrd9g2S9Z40=
github.com/k0kubun/pp v3.0.1+incompatible/go.mod h1:GWse8YhT0p8pT4ir3ZgBbfZild3tgzSScAn6HmfYukg=
github.com/kennygrant/sanitize v1.2.4 h1:gN25/otpP5vAsO2djbMhF/LQX6R7+O1TB4yv8NzpJ3o=
github.com/kennygrant/sanitize v1.2.4/go.mod h1:LGsjYYtgxbetdg5owWB2mpgUL6e2nfw2eObZ0u0qvak=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
@ -802,6 +823,8 @@ github.com/sagikazarmark/locafero v0.3.0 h1:zT7VEGWC2DTflmccN/5T1etyKvxSxpHsjb9c
github.com/sagikazarmark/locafero v0.3.0/go.mod h1:w+v7UsPNFwzF1cHuOajOOzoq4U7v/ig1mpRjqV+Bu1U=
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca h1:NugYot0LIVPxTvN8n+Kvkn6TrbMyxQiuvKdEwFdR9vI=
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca/go.mod h1:uugorj2VCxiV1x+LzaIdVa9b4S4qGAcH6cbhh4qVxOU=
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
@ -853,6 +876,7 @@ github.com/streadway/amqp v1.1.0/go.mod h1:WYSrTEYHOXHd0nwFeUXAe2G2hRnQT+deZJJf8
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
@ -872,6 +896,8 @@ github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/tebeka/strftime v0.1.3/go.mod h1:7wJm3dZlpr4l/oVK0t1HYIc4rMzQ2XJlOMIUJUJH6XQ=
github.com/temoto/robotstxt v1.1.1 h1:Gh8RCs8ouX3hRSxxK7B1mO5RFByQ4CmJZDwgom++JaA=
github.com/temoto/robotstxt v1.1.1/go.mod h1:+1AmkuG3IYkh1kv0d2qEB9Le88ehNO0zwOr3ujewlOo=
github.com/tklauser/go-sysconf v0.3.6/go.mod h1:MkWzOF4RMCshBAMXuhXJs64Rte09mITnppBXY/rYEFI=
github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs=
github.com/tklauser/go-sysconf v0.3.10 h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=
@ -1046,6 +1072,7 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@ -1081,6 +1108,7 @@ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=

View File

@ -75,6 +75,12 @@ func (d *DciProvider) GetDciPayUrl(_ context.Context, req *dci.GetDciPayUrlReque
return
}
func (d *DciProvider) GetDciPayAmount(_ context.Context, req *dci.GetDciPayUrlRequest) (res *dci.GetDciPayUrlResponse, err error) {
res = new(dci.GetDciPayUrlResponse)
res, err = d.dciReg.GetDciPayUrl(req)
return
}
func (d *DciProvider) QueryDciPay(_ context.Context, req *dci.QueryDciPayRequest) (res *dci.QueryDciPayResponse, err error) {
res = new(dci.QueryDciPayResponse)
res, err = d.dciReg.QueryDciPay(req)

49
internal/logic/dci_pay.go Normal file
View File

@ -0,0 +1,49 @@
package logic
import (
"chain-dci/internal/model"
errCommon "chain-dci/pkg/err"
"encoding/json"
"github.com/gocolly/colly/v2"
"net/url"
"strconv"
"strings"
)
func getPayUrlAmount(payUrl string) (amount string) {
u, err := url.ParseQuery(payUrl)
if err != nil {
errCommon.NoReturnInfo(err, "从url中获取数登支付金额 失败: ")
}
bizContent := u.Get("biz_content")
if bizContent != "" {
//fmt.Println("======================================== url 获取 ======================")
//fmt.Printf("bizContent: %+v\n", bizContent)
content := new(model.BizContent)
err = json.Unmarshal([]byte(bizContent), content)
if err != nil {
errCommon.NoReturnInfo(err, "从url中获取数登支付金额 json 解析失败: ")
}
amount = strconv.FormatFloat(content.TotalAmount, 'f', -1, 64)
}
if amount == "" {
//fmt.Println("======================================== 页面 获取 ======================")
c := colly.NewCollector()
c.OnHTML(".ft-center.qrcode-header-money", func(e *colly.HTMLElement) {
amount = strings.TrimSpace(e.Text)
})
err = c.Visit(payUrl)
if err != nil {
errCommon.NoReturnInfo(err, "从支付页面中获取数登支付金额 失败: ")
}
}
return
}

View File

@ -99,6 +99,11 @@ func (r *DciRegistration) GetDciPayUrl(req *dci.GetDciPayUrlRequest) (res *dci.G
_ = copier.CopyWithOption(&res, getDciPayUrlResponse, copier.Option{DeepCopy: false})
// 获取支付金额
if res.PayUrl != "" {
res.Amount = getPayUrlAmount(res.PayUrl)
}
return
}

View File

@ -0,0 +1,9 @@
package model
type BizContent struct {
OutTradeNo string `json:"out_trade_no"`
ProductCode string `json:"product_code"`
TotalAmount float64 `json:"total_amount"`
Subject string `json:"subject"`
TimeExpire string `json:"time_expire"`
}

2
logs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.gitignore
*

View File

@ -176,3 +176,17 @@
{"level":"INFO","time":"2024-02-06T16:44:07.954+0800","caller":"err/common.go:32","msg":"查询数登申请 成功: ","":"{\n \"req_msg_id\": \"e3ff7d54c4cb11eeaaea88aedd1bc40b\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"digital_register_id\": \"DRSANDBOX8240201000000326618\",\n \"dci_content_id\": \"DCSANDBOX8240205000001143374\",\n \"digital_register_status\": \"REVIEW\",\n \"digital_register_apply_time\": \"2024-02-05T16:43:17+08:00\",\n \"download_times_left\": 0,\n \"apply_form_url\": \"https://test-copyright.oss-cn-shanghai.aliyuncs.com/theFormalCopyrightFiles/2024/02/05/16/48/SIGNATURE_DCI_DIGITAL_REGISTER8240205000001143374.pdf?Expires=1708505047\\u0026OSSAccessKeyId=LTAI4FkSRdgQigYVfqQyNm7H\\u0026Signature=FOpGKQKXEm6%2FWPar6d4nwsLKFVE%3D\",\n \"flow_number\": \"2024S11MY000ML6111279585\"\n}"}
{"level":"INFO","time":"2024-02-07T09:18:05.475+0800","caller":"err/common.go:32","msg":"查询数登申请 参数信息: ","":"dciContentId:\"DCSANDBOX8240205000001143374\""}
{"level":"INFO","time":"2024-02-07T09:18:05.935+0800","caller":"err/common.go:32","msg":"查询数登申请 成功: ","":"{\n \"req_msg_id\": \"bed82b64c55611eeaaea88aedd1bc40b\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"digital_register_id\": \"DRSANDBOX8240201000000326618\",\n \"dci_content_id\": \"DCSANDBOX8240205000001143374\",\n \"digital_register_status\": \"TOBE_AMEND\",\n \"digital_register_apply_time\": \"2024-02-05T16:43:17+08:00\",\n \"download_times_left\": 0,\n \"fail_detail\": \"创作说明:测试2;\",\n \"amend_type\": \"NO_NEED_REPLACE_DCI\",\n \"apply_form_url\": \"https://test-copyright.oss-cn-shanghai.aliyuncs.com/theFormalCopyrightFiles/2024/02/05/16/48/SIGNATURE_DCI_DIGITAL_REGISTER8240205000001143374.pdf?Expires=1708564685\\u0026OSSAccessKeyId=LTAI4FkSRdgQigYVfqQyNm7H\\u0026Signature=7Q%2BYlN5SpkZDdZrqp1hHDYWuiWQ%3D\",\n \"flow_number\": \"2024S11MY000ML6111279585\"\n}"}
{"level":"INFO","time":"2024-04-08T10:51:40.375+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T10:51:40.988+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"ecc9ad7ef55211eea74400155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+10%3A51%3A06\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T10:52:51.948+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T10:52:52.435+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"1772e954f55311eeb1a400155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+10%3A51%3A06\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T10:52:52.436+0800","caller":"err/common.go:32","msg":"从url中获取数登支付金额 成功: ","":"{\n \"req_msg_id\": \"1772e954f55311eeb1a400155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+10%3A51%3A06\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T10:53:28.166+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T10:53:28.711+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"2d0911e1f55311eeb45c00155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+10%3A51%3A06\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T10:53:28.711+0800","caller":"err/common.go:32","msg":"从url中获取数登支付金额 成功: ","":"payUrl:\"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL&app_id=2021001158673595&biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D&charset=UTF-8&format=json&method=alipay.trade.page.pay&notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl&return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl&sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D&sign_type=RSA2&timestamp=2024-04-08+10%3A51%3A06&version=1.0\" resultCode:\"OK\" resultMsg:\"SUCCESS\" reqMsgId:\"2d0911e1f55311eeb45c00155d11ab81\""}
{"level":"INFO","time":"2024-04-08T10:55:02.904+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T10:55:03.526+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"65812790f55311ee93dc00155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408105106100004056%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+10%3A56%3A06%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=T%2FOSK2Yv%2BAG0qDhAim8lDitY5kvkfYrqkn0gkbjZsfgwXYLPNVImnAmzwgkBRcMxyHd9JL6OrgKM9GCqt8uSUbzNhM2fRoOjPQCnfddBjh142TJlBWHQqVIl5XrwjotfzDrrKGRkU4PHv2NYru4m41Q5J4jwTn0RKysekHEoSgWnsX1gLOeaDU%2FoLX2Y%2BC8FmQzJ7grdTc057YfeEJ1Hkdd2eIPrzOPVTx%2BhBbjl9tFrYjCuneMy9aY5Sqz%2BSsGbkoI63Vsn1O2VbxENnPDVpaTBcWdlNMUVIIaCgn%2FpuZUNJiBF3YIpAZOoOH5ImBWaa1rB01ipi%2FYh6jibEvH%2BMQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+10%3A51%3A06\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T11:23:35.819+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T11:23:36.645+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"627b088af55711ee95ab00155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408112301100004057%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+11%3A28%3A01%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=cP7C9Y%2FpDsOjMfCljWD6k%2BONc8Rd4TiVK3HeeHkVix%2ByS1LABEQ%2B6lcG2bJmRDptngKyeQMjGP2UwnNf%2B%2FLj2nlA%2BeLV2KXRZdQkdwpZvNEsuXwUc%2FVT6renlDAE6FY9RLvifu1bN%2Ff6dtf%2F%2F%2Byj8XHde%2FFFQObkEMU7KuX9%2BhxG7bxcZOFViCgAQy70Fio6avoctCu06AwcOxqrNyNhIOSl0mEaCLn4sBz%2FfG%2BInsUnspy6eYyHum5GyZRXeFXU5Uh6d5hgDuKDj%2BhJOKv3TZuDNNlzivsvT8cntEikFXsJxGafTjYZM8x9qsavTLwlO4UMX66DW7hluupjAW%2FbHQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+11%3A23%3A01\\u0026version=1.0\"\n}"}
{"level":"INFO","time":"2024-04-08T11:25:09.224+0800","caller":"err/common.go:32","msg":"数登支付链接获取 参数信息: ","":"digitalRegisterId:\"DRSANDBOX8240402000000369675\""}
{"level":"INFO","time":"2024-04-08T11:25:09.631+0800","caller":"err/common.go:32","msg":"数登支付链接获取 成功: ","":"{\n \"req_msg_id\": \"9a27b753f55711eeb1d700155d11ab81\",\n \"result_code\": \"OK\",\n \"result_msg\": \"SUCCESS\",\n \"pay_url\": \"https://openapi.alipay.com/gateway.do?alipay_sdk=alipay-sdk-java-3.7.4.ALL\\u0026app_id=2021001158673595\\u0026biz_content=%7B%22out_trade_no%22%3A%221DWCR_MY20240408112301100004057%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22total_amount%22%3A0.01%2C%22subject%22%3A%22%E7%99%BB%E8%AE%B0%E4%BA%A4%E6%AC%BE%22%2C%22time_expire%22%3A%222024-04-08+11%3A28%3A01%22+%7D\\u0026charset=UTF-8\\u0026format=json\\u0026method=alipay.trade.page.pay\\u0026notify_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FnotifyUrl\\u0026return_url=http%3A%2F%2F111.202.243.82%3A8114%2Falipay%2Fpay%2FreturnUrl\\u0026sign=cP7C9Y%2FpDsOjMfCljWD6k%2BONc8Rd4TiVK3HeeHkVix%2ByS1LABEQ%2B6lcG2bJmRDptngKyeQMjGP2UwnNf%2B%2FLj2nlA%2BeLV2KXRZdQkdwpZvNEsuXwUc%2FVT6renlDAE6FY9RLvifu1bN%2Ff6dtf%2F%2F%2Byj8XHde%2FFFQObkEMU7KuX9%2BhxG7bxcZOFViCgAQy70Fio6avoctCu06AwcOxqrNyNhIOSl0mEaCLn4sBz%2FfG%2BInsUnspy6eYyHum5GyZRXeFXU5Uh6d5hgDuKDj%2BhJOKv3TZuDNNlzivsvT8cntEikFXsJxGafTjYZM8x9qsavTLwlO4UMX66DW7hluupjAW%2FbHQ%3D%3D\\u0026sign_type=RSA2\\u0026timestamp=2024-04-08+11%3A23%3A01\\u0026version=1.0\"\n}"}

View File

@ -257,9 +257,10 @@ message GetDciPayUrlRequest {
message GetDciPayUrlResponse {
string payUrl = 12 [json_name = "payUrl"];
string resultCode = 13 [json_name = "resultCode"];
string resultMsg = 14 [json_name = "resultMsg"];
string reqMsgId = 15 [json_name = "reqMsgId"];
string amount = 13 [json_name = "amount"];
string resultCode = 14 [json_name = "resultCode"];
string resultMsg = 15 [json_name = "resultMsg"];
string reqMsgId = 16 [json_name = "reqMsgId"];
}
//

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc-gen-go v1.32.0
// protoc v3.21.4
// source: pb/dci.proto
@ -28,10 +28,10 @@ type GetUploadUrlRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AuthToken string `protobuf:"bytes,1,opt,name=authToken,proto3" json:"authToken,omitempty"`
ProductInstanceId string `protobuf:"bytes,2,opt,name=productInstanceId,proto3" json:"productInstanceId,omitempty"`
FileName string `protobuf:"bytes,3,opt,name=fileName,proto3" json:"fileName,omitempty"` // 此处传递的是文件的额链接,文件名如果是中文需要
ClientToken string `protobuf:"bytes,4,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
AuthToken string `protobuf:"bytes,1,opt,name=authToken,proto3" json:"authToken"`
ProductInstanceId string `protobuf:"bytes,2,opt,name=productInstanceId,proto3" json:"productInstanceId"`
FileName string `protobuf:"bytes,3,opt,name=fileName,proto3" json:"fileName"` // 此处传递的是文件的额链接,文件名如果是中文需要
ClientToken string `protobuf:"bytes,4,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *GetUploadUrlRequest) Reset() {
@ -99,11 +99,11 @@ type GetUploadUrlResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ReqMsgId string `protobuf:"bytes,1,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
FileId string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"`
ReqMsgId string `protobuf:"bytes,1,opt,name=reqMsgId,proto3" json:"reqMsgId"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg"`
Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url"`
FileId string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId"`
}
func (x *GetUploadUrlResponse) Reset() {
@ -179,17 +179,17 @@ type AddDciUserRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CertName string `protobuf:"bytes,1,opt,name=certName,proto3" json:"certName,omitempty"`
CertificateNumber string `protobuf:"bytes,2,opt,name=certificateNumber,proto3" json:"certificateNumber,omitempty"`
CertificateType string `protobuf:"bytes,3,opt,name=certificateType,proto3" json:"certificateType,omitempty"`
CertificateFrontFileId string `protobuf:"bytes,4,opt,name=certificateFrontFileId,proto3" json:"certificateFrontFileId,omitempty"`
CertificateBackFileId string `protobuf:"bytes,5,opt,name=certificateBackFileId,proto3" json:"certificateBackFileId,omitempty"`
LegalPersonCertName string `protobuf:"bytes,6,opt,name=legalPersonCertName,proto3" json:"legalPersonCertName,omitempty"`
LegalPersonCertType string `protobuf:"bytes,7,opt,name=legalPersonCertType,proto3" json:"legalPersonCertType,omitempty"`
LegalPersonCertNo string `protobuf:"bytes,8,opt,name=legalPersonCertNo,proto3" json:"legalPersonCertNo,omitempty"`
Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
AreaType string `protobuf:"bytes,10,opt,name=areaType,proto3" json:"areaType,omitempty"`
ClientToken string `protobuf:"bytes,11,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
CertName string `protobuf:"bytes,1,opt,name=certName,proto3" json:"certName"`
CertificateNumber string `protobuf:"bytes,2,opt,name=certificateNumber,proto3" json:"certificateNumber"`
CertificateType string `protobuf:"bytes,3,opt,name=certificateType,proto3" json:"certificateType"`
CertificateFrontFileId string `protobuf:"bytes,4,opt,name=certificateFrontFileId,proto3" json:"certificateFrontFileId"`
CertificateBackFileId string `protobuf:"bytes,5,opt,name=certificateBackFileId,proto3" json:"certificateBackFileId"`
LegalPersonCertName string `protobuf:"bytes,6,opt,name=legalPersonCertName,proto3" json:"legalPersonCertName"`
LegalPersonCertType string `protobuf:"bytes,7,opt,name=legalPersonCertType,proto3" json:"legalPersonCertType"`
LegalPersonCertNo string `protobuf:"bytes,8,opt,name=legalPersonCertNo,proto3" json:"legalPersonCertNo"`
Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone"`
AreaType string `protobuf:"bytes,10,opt,name=areaType,proto3" json:"areaType"`
ClientToken string `protobuf:"bytes,11,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *AddDciUserRequest) Reset() {
@ -306,11 +306,11 @@ type AddDciUserResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId,omitempty"`
DciUserStatus string `protobuf:"bytes,2,opt,name=dciUserStatus,proto3" json:"dciUserStatus,omitempty"`
ResultCode string `protobuf:"bytes,3,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,4,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,5,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId"`
DciUserStatus string `protobuf:"bytes,2,opt,name=dciUserStatus,proto3" json:"dciUserStatus"`
ResultCode string `protobuf:"bytes,3,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,4,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,5,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *AddDciUserResponse) Reset() {
@ -386,11 +386,11 @@ type UpdateDciUserRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId,omitempty"`
CertFrontFileId string `protobuf:"bytes,2,opt,name=certFrontFileId,proto3" json:"certFrontFileId,omitempty"`
CertBackFileId string `protobuf:"bytes,3,opt,name=certBackFileId,proto3" json:"certBackFileId,omitempty"`
Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId"`
CertFrontFileId string `protobuf:"bytes,2,opt,name=certFrontFileId,proto3" json:"certFrontFileId"`
CertBackFileId string `protobuf:"bytes,3,opt,name=certBackFileId,proto3" json:"certBackFileId"`
Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *UpdateDciUserRequest) Reset() {
@ -465,9 +465,9 @@ type UpdateDciUserResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *UpdateDciUserResponse) Reset() {
@ -529,9 +529,9 @@ type QueryDciUserRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CertificateType string `protobuf:"bytes,1,opt,name=certificateType,proto3" json:"certificateType,omitempty"`
CertificateNumber string `protobuf:"bytes,2,opt,name=certificateNumber,proto3" json:"certificateNumber,omitempty"`
Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
CertificateType string `protobuf:"bytes,1,opt,name=certificateType,proto3" json:"certificateType"`
CertificateNumber string `protobuf:"bytes,2,opt,name=certificateNumber,proto3" json:"certificateNumber"`
Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
}
func (x *QueryDciUserRequest) Reset() {
@ -592,18 +592,18 @@ type QueryDciUserResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId,omitempty"`
DciUserStatus string `protobuf:"bytes,2,opt,name=dciUserStatus,proto3" json:"dciUserStatus,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
CertificateType string `protobuf:"bytes,4,opt,name=certificateType,proto3" json:"certificateType,omitempty"`
CertificateNumber string `protobuf:"bytes,5,opt,name=certificateNumber,proto3" json:"certificateNumber,omitempty"`
Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
CertStartTime string `protobuf:"bytes,7,opt,name=certStartTime,proto3" json:"certStartTime,omitempty"`
CertEndTime string `protobuf:"bytes,8,opt,name=certEndTime,proto3" json:"certEndTime,omitempty"`
LegalPerson string `protobuf:"bytes,9,opt,name=legalPerson,proto3" json:"legalPerson,omitempty"`
ResultCode string `protobuf:"bytes,10,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,11,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,12,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
DciUserId string `protobuf:"bytes,1,opt,name=dciUserId,proto3" json:"dciUserId"`
DciUserStatus string `protobuf:"bytes,2,opt,name=dciUserStatus,proto3" json:"dciUserStatus"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
CertificateType string `protobuf:"bytes,4,opt,name=certificateType,proto3" json:"certificateType"`
CertificateNumber string `protobuf:"bytes,5,opt,name=certificateNumber,proto3" json:"certificateNumber"`
Address string `protobuf:"bytes,6,opt,name=address,proto3" json:"address"`
CertStartTime string `protobuf:"bytes,7,opt,name=certStartTime,proto3" json:"certStartTime"`
CertEndTime string `protobuf:"bytes,8,opt,name=certEndTime,proto3" json:"certEndTime"`
LegalPerson string `protobuf:"bytes,9,opt,name=legalPerson,proto3" json:"legalPerson"`
ResultCode string `protobuf:"bytes,10,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,11,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,12,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *QueryDciUserResponse) Reset() {
@ -728,20 +728,20 @@ type CreateDciPreregistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
WorkName string `protobuf:"bytes,1,opt,name=workName,proto3" json:"workName,omitempty"`
DciUserId string `protobuf:"bytes,2,opt,name=dciUserId,proto3" json:"dciUserId,omitempty"`
WorkCategory string `protobuf:"bytes,3,opt,name=workCategory,proto3" json:"workCategory,omitempty"`
WorkFileId string `protobuf:"bytes,4,opt,name=workFileId,proto3" json:"workFileId,omitempty"`
FileType string `protobuf:"bytes,5,opt,name=fileType,proto3" json:"fileType,omitempty"`
CreationInfo *DciCreationInfo `protobuf:"bytes,6,opt,name=creationInfo,proto3" json:"creationInfo,omitempty"`
PublicationInfo *DciPublicationInfo `protobuf:"bytes,7,opt,name=publicationInfo,proto3" json:"publicationInfo,omitempty"`
AuthorName string `protobuf:"bytes,8,opt,name=authorName,proto3" json:"authorName,omitempty"`
AuthorSignature string `protobuf:"bytes,9,opt,name=authorSignature,proto3" json:"authorSignature,omitempty"`
OriginalStatement string `protobuf:"bytes,10,opt,name=originalStatement,proto3" json:"originalStatement,omitempty"`
RightInfo *DciRightInfo `protobuf:"bytes,11,opt,name=rightInfo,proto3" json:"rightInfo,omitempty"`
PreRegistrationTrueWill string `protobuf:"bytes,12,opt,name=preRegistrationTrueWill,proto3" json:"preRegistrationTrueWill,omitempty"`
CopyrightOwnerIds []string `protobuf:"bytes,13,rep,name=copyrightOwnerIds,proto3" json:"copyrightOwnerIds,omitempty"`
ClientToken string `protobuf:"bytes,14,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
WorkName string `protobuf:"bytes,1,opt,name=workName,proto3" json:"workName"`
DciUserId string `protobuf:"bytes,2,opt,name=dciUserId,proto3" json:"dciUserId"`
WorkCategory string `protobuf:"bytes,3,opt,name=workCategory,proto3" json:"workCategory"`
WorkFileId string `protobuf:"bytes,4,opt,name=workFileId,proto3" json:"workFileId"`
FileType string `protobuf:"bytes,5,opt,name=fileType,proto3" json:"fileType"`
CreationInfo *DciCreationInfo `protobuf:"bytes,6,opt,name=creationInfo,proto3" json:"creationInfo"`
PublicationInfo *DciPublicationInfo `protobuf:"bytes,7,opt,name=publicationInfo,proto3" json:"publicationInfo"`
AuthorName string `protobuf:"bytes,8,opt,name=authorName,proto3" json:"authorName"`
AuthorSignature string `protobuf:"bytes,9,opt,name=authorSignature,proto3" json:"authorSignature"`
OriginalStatement string `protobuf:"bytes,10,opt,name=originalStatement,proto3" json:"originalStatement"`
RightInfo *DciRightInfo `protobuf:"bytes,11,opt,name=rightInfo,proto3" json:"rightInfo"`
PreRegistrationTrueWill string `protobuf:"bytes,12,opt,name=preRegistrationTrueWill,proto3" json:"preRegistrationTrueWill"`
CopyrightOwnerIds []string `protobuf:"bytes,13,rep,name=copyrightOwnerIds,proto3" json:"copyrightOwnerIds"`
ClientToken string `protobuf:"bytes,14,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *CreateDciPreregistrationRequest) Reset() {
@ -879,9 +879,9 @@ type DciCreationInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CreationNature string `protobuf:"bytes,1,opt,name=creationNature,proto3" json:"creationNature,omitempty"`
CreationCompletionDate string `protobuf:"bytes,2,opt,name=creationCompletionDate,proto3" json:"creationCompletionDate,omitempty"`
CreationCompletionCode string `protobuf:"bytes,3,opt,name=creationCompletionCode,proto3" json:"creationCompletionCode,omitempty"`
CreationNature string `protobuf:"bytes,1,opt,name=creationNature,proto3" json:"creationNature"`
CreationCompletionDate string `protobuf:"bytes,2,opt,name=creationCompletionDate,proto3" json:"creationCompletionDate"`
CreationCompletionCode string `protobuf:"bytes,3,opt,name=creationCompletionCode,proto3" json:"creationCompletionCode"`
}
func (x *DciCreationInfo) Reset() {
@ -942,9 +942,9 @@ type DciPublicationInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PublicationStatus string `protobuf:"bytes,1,opt,name=publicationStatus,proto3" json:"publicationStatus,omitempty"`
FirstPublicationDate string `protobuf:"bytes,2,opt,name=firstPublicationDate,proto3" json:"firstPublicationDate,omitempty"`
FirstPublicationCode string `protobuf:"bytes,3,opt,name=firstPublicationCode,proto3" json:"firstPublicationCode,omitempty"`
PublicationStatus string `protobuf:"bytes,1,opt,name=publicationStatus,proto3" json:"publicationStatus"`
FirstPublicationDate string `protobuf:"bytes,2,opt,name=firstPublicationDate,proto3" json:"firstPublicationDate"`
FirstPublicationCode string `protobuf:"bytes,3,opt,name=firstPublicationCode,proto3" json:"firstPublicationCode"`
}
func (x *DciPublicationInfo) Reset() {
@ -1005,9 +1005,9 @@ type DciRightInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RightScope string `protobuf:"bytes,1,opt,name=rightScope,proto3" json:"rightScope,omitempty"`
RightObtainWay string `protobuf:"bytes,2,opt,name=rightObtainWay,proto3" json:"rightObtainWay,omitempty"`
OwnershipWay string `protobuf:"bytes,3,opt,name=ownershipWay,proto3" json:"ownershipWay,omitempty"`
RightScope string `protobuf:"bytes,1,opt,name=rightScope,proto3" json:"rightScope"`
RightObtainWay string `protobuf:"bytes,2,opt,name=rightObtainWay,proto3" json:"rightObtainWay"`
OwnershipWay string `protobuf:"bytes,3,opt,name=ownershipWay,proto3" json:"ownershipWay"`
}
func (x *DciRightInfo) Reset() {
@ -1068,10 +1068,10 @@ type CreateDciPreregistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,4,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,4,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *CreateDciPreregistrationResponse) Reset() {
@ -1140,7 +1140,7 @@ type QueryDciPreregistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId"`
}
func (x *QueryDciPreregistrationRequest) Reset() {
@ -1187,29 +1187,29 @@ type QueryDciPreregistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
FileHash string `protobuf:"bytes,2,opt,name=fileHash,proto3" json:"fileHash,omitempty"`
FileHashTxHash string `protobuf:"bytes,3,opt,name=fileHashTxHash,proto3" json:"fileHashTxHash,omitempty"`
FileHashBlockHeight string `protobuf:"bytes,4,opt,name=fileHashBlockHeight,proto3" json:"fileHashBlockHeight,omitempty"`
DciCode string `protobuf:"bytes,5,opt,name=dciCode,proto3" json:"dciCode,omitempty"`
DciCodeTxHash string `protobuf:"bytes,6,opt,name=dciCodeTxHash,proto3" json:"dciCodeTxHash,omitempty"`
DciCodeBlockHeight string `protobuf:"bytes,7,opt,name=dciCodeBlockHeight,proto3" json:"dciCodeBlockHeight,omitempty"`
DciCodeFileTxHash string `protobuf:"bytes,8,opt,name=dciCodeFileTxHash,proto3" json:"dciCodeFileTxHash,omitempty"`
DciCodeFileBlockHeight string `protobuf:"bytes,9,opt,name=dciCodeFileBlockHeight,proto3" json:"dciCodeFileBlockHeight,omitempty"`
PreRegCertTxHash string `protobuf:"bytes,10,opt,name=preRegCertTxHash,proto3" json:"preRegCertTxHash,omitempty"`
PreRegCertBlockHeight string `protobuf:"bytes,11,opt,name=preRegCertBlockHeight,proto3" json:"preRegCertBlockHeight,omitempty"`
DciCodeTsr string `protobuf:"bytes,12,opt,name=dciCodeTsr,proto3" json:"dciCodeTsr,omitempty"`
DciCodeFileTsr string `protobuf:"bytes,13,opt,name=dciCodeFileTsr,proto3" json:"dciCodeFileTsr,omitempty"`
PreRegCertTsr string `protobuf:"bytes,14,opt,name=preRegCertTsr,proto3" json:"preRegCertTsr,omitempty"`
PreRegCertFileHash string `protobuf:"bytes,15,opt,name=preRegCertFileHash,proto3" json:"preRegCertFileHash,omitempty"`
PreRegCertUrl string `protobuf:"bytes,16,opt,name=preRegCertUrl,proto3" json:"preRegCertUrl,omitempty"`
ApplyObtainDate string `protobuf:"bytes,17,opt,name=applyObtainDate,proto3" json:"applyObtainDate,omitempty"`
DciCodeObtainDate string `protobuf:"bytes,18,opt,name=dciCodeObtainDate,proto3" json:"dciCodeObtainDate,omitempty"`
ErrorReason string `protobuf:"bytes,19,opt,name=errorReason,proto3" json:"errorReason,omitempty"`
ErrorReasonCn string `protobuf:"bytes,20,opt,name=errorReasonCn,proto3" json:"errorReasonCn,omitempty"`
ResultCode string `protobuf:"bytes,21,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,22,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,23,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status"`
FileHash string `protobuf:"bytes,2,opt,name=fileHash,proto3" json:"fileHash"`
FileHashTxHash string `protobuf:"bytes,3,opt,name=fileHashTxHash,proto3" json:"fileHashTxHash"`
FileHashBlockHeight string `protobuf:"bytes,4,opt,name=fileHashBlockHeight,proto3" json:"fileHashBlockHeight"`
DciCode string `protobuf:"bytes,5,opt,name=dciCode,proto3" json:"dciCode"`
DciCodeTxHash string `protobuf:"bytes,6,opt,name=dciCodeTxHash,proto3" json:"dciCodeTxHash"`
DciCodeBlockHeight string `protobuf:"bytes,7,opt,name=dciCodeBlockHeight,proto3" json:"dciCodeBlockHeight"`
DciCodeFileTxHash string `protobuf:"bytes,8,opt,name=dciCodeFileTxHash,proto3" json:"dciCodeFileTxHash"`
DciCodeFileBlockHeight string `protobuf:"bytes,9,opt,name=dciCodeFileBlockHeight,proto3" json:"dciCodeFileBlockHeight"`
PreRegCertTxHash string `protobuf:"bytes,10,opt,name=preRegCertTxHash,proto3" json:"preRegCertTxHash"`
PreRegCertBlockHeight string `protobuf:"bytes,11,opt,name=preRegCertBlockHeight,proto3" json:"preRegCertBlockHeight"`
DciCodeTsr string `protobuf:"bytes,12,opt,name=dciCodeTsr,proto3" json:"dciCodeTsr"`
DciCodeFileTsr string `protobuf:"bytes,13,opt,name=dciCodeFileTsr,proto3" json:"dciCodeFileTsr"`
PreRegCertTsr string `protobuf:"bytes,14,opt,name=preRegCertTsr,proto3" json:"preRegCertTsr"`
PreRegCertFileHash string `protobuf:"bytes,15,opt,name=preRegCertFileHash,proto3" json:"preRegCertFileHash"`
PreRegCertUrl string `protobuf:"bytes,16,opt,name=preRegCertUrl,proto3" json:"preRegCertUrl"`
ApplyObtainDate string `protobuf:"bytes,17,opt,name=applyObtainDate,proto3" json:"applyObtainDate"`
DciCodeObtainDate string `protobuf:"bytes,18,opt,name=dciCodeObtainDate,proto3" json:"dciCodeObtainDate"`
ErrorReason string `protobuf:"bytes,19,opt,name=errorReason,proto3" json:"errorReason"`
ErrorReasonCn string `protobuf:"bytes,20,opt,name=errorReasonCn,proto3" json:"errorReasonCn"`
ResultCode string `protobuf:"bytes,21,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,22,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,23,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *QueryDciPreregistrationResponse) Reset() {
@ -1411,11 +1411,11 @@ type CreateDciRegistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
ExplanationInfo *DciExplanationInfo `protobuf:"bytes,2,opt,name=explanationInfo,proto3" json:"explanationInfo,omitempty"`
InvoiceInfo *InvoiceInfo `protobuf:"bytes,3,opt,name=invoiceInfo,proto3" json:"invoiceInfo,omitempty"`
AdditionalFileInfo *AdditionalFileInfo `protobuf:"bytes,4,opt,name=additionalFileInfo,proto3" json:"additionalFileInfo,omitempty"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DciContentId string `protobuf:"bytes,1,opt,name=dciContentId,proto3" json:"dciContentId"`
ExplanationInfo *DciExplanationInfo `protobuf:"bytes,2,opt,name=explanationInfo,proto3" json:"explanationInfo"`
InvoiceInfo *InvoiceInfo `protobuf:"bytes,3,opt,name=invoiceInfo,proto3" json:"invoiceInfo"`
AdditionalFileInfo *AdditionalFileInfo `protobuf:"bytes,4,opt,name=additionalFileInfo,proto3" json:"additionalFileInfo"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *CreateDciRegistrationRequest) Reset() {
@ -1490,10 +1490,10 @@ type DciExplanationInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CreationPurpose string `protobuf:"bytes,1,opt,name=creationPurpose,proto3" json:"creationPurpose,omitempty"`
CreationProcess string `protobuf:"bytes,2,opt,name=creationProcess,proto3" json:"creationProcess,omitempty"`
Originality string `protobuf:"bytes,3,opt,name=originality,proto3" json:"originality,omitempty"`
FontCopyright string `protobuf:"bytes,4,opt,name=fontCopyright,proto3" json:"fontCopyright,omitempty"`
CreationPurpose string `protobuf:"bytes,1,opt,name=creationPurpose,proto3" json:"creationPurpose"`
CreationProcess string `protobuf:"bytes,2,opt,name=creationProcess,proto3" json:"creationProcess"`
Originality string `protobuf:"bytes,3,opt,name=originality,proto3" json:"originality"`
FontCopyright string `protobuf:"bytes,4,opt,name=fontCopyright,proto3" json:"fontCopyright"`
}
func (x *DciExplanationInfo) Reset() {
@ -1561,14 +1561,14 @@ type InvoiceInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
InvoiceType string `protobuf:"bytes,1,opt,name=invoiceType,proto3" json:"invoiceType,omitempty"`
InvoiceHeader string `protobuf:"bytes,2,opt,name=invoiceHeader,proto3" json:"invoiceHeader,omitempty"`
TaxpayerNumber string `protobuf:"bytes,3,opt,name=taxpayerNumber,proto3" json:"taxpayerNumber,omitempty"`
RegisteredAddress string `protobuf:"bytes,4,opt,name=registeredAddress,proto3" json:"registeredAddress,omitempty"`
RegisteredTel string `protobuf:"bytes,5,opt,name=registeredTel,proto3" json:"registeredTel,omitempty"`
OpenAccountTel string `protobuf:"bytes,6,opt,name=openAccountTel,proto3" json:"openAccountTel,omitempty"`
OpenAccountBank string `protobuf:"bytes,7,opt,name=openAccountBank,proto3" json:"openAccountBank,omitempty"`
BankAccount string `protobuf:"bytes,8,opt,name=bankAccount,proto3" json:"bankAccount,omitempty"`
InvoiceType string `protobuf:"bytes,1,opt,name=invoiceType,proto3" json:"invoiceType"`
InvoiceHeader string `protobuf:"bytes,2,opt,name=invoiceHeader,proto3" json:"invoiceHeader"`
TaxpayerNumber string `protobuf:"bytes,3,opt,name=taxpayerNumber,proto3" json:"taxpayerNumber"`
RegisteredAddress string `protobuf:"bytes,4,opt,name=registeredAddress,proto3" json:"registeredAddress"`
RegisteredTel string `protobuf:"bytes,5,opt,name=registeredTel,proto3" json:"registeredTel"`
OpenAccountTel string `protobuf:"bytes,6,opt,name=openAccountTel,proto3" json:"openAccountTel"`
OpenAccountBank string `protobuf:"bytes,7,opt,name=openAccountBank,proto3" json:"openAccountBank"`
BankAccount string `protobuf:"bytes,8,opt,name=bankAccount,proto3" json:"bankAccount"`
}
func (x *InvoiceInfo) Reset() {
@ -1664,11 +1664,11 @@ type AdditionalFileInfo struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ContentSummaryFileId string `protobuf:"bytes,1,opt,name=contentSummaryFileId,proto3" json:"contentSummaryFileId,omitempty"`
OwnershipFileIds []string `protobuf:"bytes,2,rep,name=ownershipFileIds,proto3" json:"ownershipFileIds,omitempty"`
PortraitAuthFileId string `protobuf:"bytes,3,opt,name=portraitAuthFileId,proto3" json:"portraitAuthFileId,omitempty"`
OthersWorkAuthFileId string `protobuf:"bytes,4,opt,name=othersWorkAuthFileId,proto3" json:"othersWorkAuthFileId,omitempty"`
OtherFileIdList []string `protobuf:"bytes,5,rep,name=otherFileIdList,proto3" json:"otherFileIdList,omitempty"`
ContentSummaryFileId string `protobuf:"bytes,1,opt,name=contentSummaryFileId,proto3" json:"contentSummaryFileId"`
OwnershipFileIds []string `protobuf:"bytes,2,rep,name=ownershipFileIds,proto3" json:"ownershipFileIds"`
PortraitAuthFileId string `protobuf:"bytes,3,opt,name=portraitAuthFileId,proto3" json:"portraitAuthFileId"`
OthersWorkAuthFileId string `protobuf:"bytes,4,opt,name=othersWorkAuthFileId,proto3" json:"othersWorkAuthFileId"`
OtherFileIdList []string `protobuf:"bytes,5,rep,name=otherFileIdList,proto3" json:"otherFileIdList"`
}
func (x *AdditionalFileInfo) Reset() {
@ -1743,10 +1743,10 @@ type CreateDciRegistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,4,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
ResultCode string `protobuf:"bytes,2,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,3,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,4,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *CreateDciRegistrationResponse) Reset() {
@ -1815,8 +1815,8 @@ type QueryDciRegistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
DciContentId string `protobuf:"bytes,2,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
DciContentId string `protobuf:"bytes,2,opt,name=dciContentId,proto3" json:"dciContentId"`
}
func (x *QueryDciRegistrationRequest) Reset() {
@ -1870,21 +1870,21 @@ type QueryDciRegistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RegNumber string `protobuf:"bytes,1,opt,name=regNumber,proto3" json:"regNumber,omitempty"`
DigitalRegisterId string `protobuf:"bytes,2,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
DciContentId string `protobuf:"bytes,3,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
DigitalRegisterStatus string `protobuf:"bytes,4,opt,name=digitalRegisterStatus,proto3" json:"digitalRegisterStatus,omitempty"`
DigitalRegisterApplyTime string `protobuf:"bytes,5,opt,name=digitalRegisterApplyTime,proto3" json:"digitalRegisterApplyTime,omitempty"`
DigitalRegisterCompletionTime string `protobuf:"bytes,6,opt,name=digitalRegisterCompletionTime,proto3" json:"digitalRegisterCompletionTime,omitempty"`
DownloadTimesLeft int64 `protobuf:"varint,7,opt,name=downloadTimesLeft,proto3" json:"downloadTimesLeft,omitempty"`
InvoiceUrlList []string `protobuf:"bytes,8,rep,name=invoiceUrlList,proto3" json:"invoiceUrlList,omitempty"`
FailDetail string `protobuf:"bytes,9,opt,name=failDetail,proto3" json:"failDetail,omitempty"`
AmendType string `protobuf:"bytes,10,opt,name=amendType,proto3" json:"amendType,omitempty"`
ApplyFormUrl string `protobuf:"bytes,11,opt,name=applyFormUrl,proto3" json:"applyFormUrl,omitempty"`
FlowNumber string `protobuf:"bytes,12,opt,name=flowNumber,proto3" json:"flowNumber,omitempty"`
ResultCode string `protobuf:"bytes,13,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,14,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,15,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
RegNumber string `protobuf:"bytes,1,opt,name=regNumber,proto3" json:"regNumber"`
DigitalRegisterId string `protobuf:"bytes,2,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
DciContentId string `protobuf:"bytes,3,opt,name=dciContentId,proto3" json:"dciContentId"`
DigitalRegisterStatus string `protobuf:"bytes,4,opt,name=digitalRegisterStatus,proto3" json:"digitalRegisterStatus"`
DigitalRegisterApplyTime string `protobuf:"bytes,5,opt,name=digitalRegisterApplyTime,proto3" json:"digitalRegisterApplyTime"`
DigitalRegisterCompletionTime string `protobuf:"bytes,6,opt,name=digitalRegisterCompletionTime,proto3" json:"digitalRegisterCompletionTime"`
DownloadTimesLeft int64 `protobuf:"varint,7,opt,name=downloadTimesLeft,proto3" json:"downloadTimesLeft"`
InvoiceUrlList []string `protobuf:"bytes,8,rep,name=invoiceUrlList,proto3" json:"invoiceUrlList"`
FailDetail string `protobuf:"bytes,9,opt,name=failDetail,proto3" json:"failDetail"`
AmendType string `protobuf:"bytes,10,opt,name=amendType,proto3" json:"amendType"`
ApplyFormUrl string `protobuf:"bytes,11,opt,name=applyFormUrl,proto3" json:"applyFormUrl"`
FlowNumber string `protobuf:"bytes,12,opt,name=flowNumber,proto3" json:"flowNumber"`
ResultCode string `protobuf:"bytes,13,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,14,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,15,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *QueryDciRegistrationResponse) Reset() {
@ -2030,8 +2030,8 @@ type GetDciPayUrlRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
ClientToken string `protobuf:"bytes,2,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
ClientToken string `protobuf:"bytes,2,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *GetDciPayUrlRequest) Reset() {
@ -2085,10 +2085,11 @@ type GetDciPayUrlResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PayUrl string `protobuf:"bytes,12,opt,name=payUrl,proto3" json:"payUrl,omitempty"`
ResultCode string `protobuf:"bytes,13,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,14,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,15,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
PayUrl string `protobuf:"bytes,12,opt,name=payUrl,proto3" json:"payUrl"`
Amount string `protobuf:"bytes,13,opt,name=amount,proto3" json:"amount"`
ResultCode string `protobuf:"bytes,14,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,15,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,16,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *GetDciPayUrlResponse) Reset() {
@ -2130,6 +2131,13 @@ func (x *GetDciPayUrlResponse) GetPayUrl() string {
return ""
}
func (x *GetDciPayUrlResponse) GetAmount() string {
if x != nil {
return x.Amount
}
return ""
}
func (x *GetDciPayUrlResponse) GetResultCode() string {
if x != nil {
return x.ResultCode
@ -2157,7 +2165,7 @@ type QueryDciPayRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
}
func (x *QueryDciPayRequest) Reset() {
@ -2204,10 +2212,10 @@ type QueryDciPayResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PayStatus string `protobuf:"bytes,12,opt,name=payStatus,proto3" json:"payStatus,omitempty"`
ResultCode string `protobuf:"bytes,13,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,14,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,15,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
PayStatus string `protobuf:"bytes,12,opt,name=payStatus,proto3" json:"payStatus"`
ResultCode string `protobuf:"bytes,13,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,14,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,15,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *QueryDciPayResponse) Reset() {
@ -2276,8 +2284,8 @@ type GetDciRegistrationcertRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
ClientToken string `protobuf:"bytes,2,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
ClientToken string `protobuf:"bytes,2,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *GetDciRegistrationcertRequest) Reset() {
@ -2331,13 +2339,13 @@ type GetDciRegistrationcertResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterStatus string `protobuf:"bytes,1,opt,name=digitalRegisterStatus,proto3" json:"digitalRegisterStatus,omitempty"`
DownloadUrl string `protobuf:"bytes,2,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
DownloadTimesLeft int64 `protobuf:"varint,3,opt,name=downloadTimesLeft,proto3" json:"downloadTimesLeft,omitempty"`
FailDetail string `protobuf:"bytes,4,opt,name=failDetail,proto3" json:"failDetail,omitempty"`
ResultCode string `protobuf:"bytes,5,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,6,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,7,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
DigitalRegisterStatus string `protobuf:"bytes,1,opt,name=digitalRegisterStatus,proto3" json:"digitalRegisterStatus"`
DownloadUrl string `protobuf:"bytes,2,opt,name=downloadUrl,proto3" json:"downloadUrl"`
DownloadTimesLeft int64 `protobuf:"varint,3,opt,name=downloadTimesLeft,proto3" json:"downloadTimesLeft"`
FailDetail string `protobuf:"bytes,4,opt,name=failDetail,proto3" json:"failDetail"`
ResultCode string `protobuf:"bytes,5,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,6,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,7,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *GetDciRegistrationcertResponse) Reset() {
@ -2427,11 +2435,11 @@ type RetryDciRegistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
DciContentId string `protobuf:"bytes,2,opt,name=dciContentId,proto3" json:"dciContentId,omitempty"`
ExplanationInfo *DciExplanationInfo `protobuf:"bytes,3,opt,name=explanationInfo,proto3" json:"explanationInfo,omitempty"`
AdditionalFileInfo *AdditionalFileInfo `protobuf:"bytes,4,opt,name=additionalFileInfo,proto3" json:"additionalFileInfo,omitempty"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
DciContentId string `protobuf:"bytes,2,opt,name=dciContentId,proto3" json:"dciContentId"`
ExplanationInfo *DciExplanationInfo `protobuf:"bytes,3,opt,name=explanationInfo,proto3" json:"explanationInfo"`
AdditionalFileInfo *AdditionalFileInfo `protobuf:"bytes,4,opt,name=additionalFileInfo,proto3" json:"additionalFileInfo"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *RetryDciRegistrationRequest) Reset() {
@ -2506,9 +2514,9 @@ type RetryDciRegistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *RetryDciRegistrationResponse) Reset() {
@ -2570,10 +2578,10 @@ type CloseDciRegistrationRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
MobileNo string `protobuf:"bytes,3,opt,name=mobileNo,proto3" json:"mobileNo,omitempty"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken,omitempty"`
DigitalRegisterId string `protobuf:"bytes,1,opt,name=digitalRegisterId,proto3" json:"digitalRegisterId"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
MobileNo string `protobuf:"bytes,3,opt,name=mobileNo,proto3" json:"mobileNo"`
ClientToken string `protobuf:"bytes,5,opt,name=clientToken,proto3" json:"clientToken"`
}
func (x *CloseDciRegistrationRequest) Reset() {
@ -2641,9 +2649,9 @@ type CloseDciRegistrationResponse struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode,omitempty"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg,omitempty"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId,omitempty"`
ResultCode string `protobuf:"bytes,1,opt,name=resultCode,proto3" json:"resultCode"`
ResultMsg string `protobuf:"bytes,2,opt,name=resultMsg,proto3" json:"resultMsg"`
ReqMsgId string `protobuf:"bytes,3,opt,name=reqMsgId,proto3" json:"reqMsgId"`
}
func (x *CloseDciRegistrationResponse) Reset() {
@ -3194,181 +3202,183 @@ var file_pb_dci_proto_rawDesc = []byte{
0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c, 0x69,
0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x88, 0x01, 0x0a, 0x14,
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xa0, 0x01, 0x0a, 0x14,
0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x0c,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06,
0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x6d,
0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f,
0x64, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73,
0x67, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d,
0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x10,
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x66,
0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94, 0xb3,
0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9,
0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69,
0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x8d, 0x01, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79,
0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c,
0x0a, 0x09, 0x70, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28,
0x09, 0x52, 0x09, 0x70, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a,
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09,
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52,
0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65,
0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65,
0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x66, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44,
0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x11,
0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a, 0xe6,
0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8, 0x8d,
0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67,
0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x8d,
0x01, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x79, 0x53, 0x74, 0x61,
0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x79, 0x53, 0x74,
0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f,
0x64, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73,
0x67, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d,
0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x0f,
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x93,
0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73,
0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f,
0x1e, 0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49,
0x44, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52,
0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72,
0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65,
0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54,
0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xa0, 0x02, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x64, 0x69, 0x67, 0x69, 0x74,
0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a,
0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12,
0x2c, 0x0a, 0x11, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73,
0x4c, 0x65, 0x66, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x64, 0x6f, 0x77, 0x6e,
0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x4c, 0x65, 0x66, 0x74, 0x12, 0x1e, 0x0a,
0x0a, 0x66, 0x61, 0x69, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x66, 0x61, 0x69, 0x6c, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x1e, 0x0a,
0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a,
0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72,
0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72,
0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0xc1, 0x02, 0x0a, 0x1b, 0x52, 0x65, 0x74, 0x72,
0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74,
0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb,
0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8,
0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x63, 0x69,
0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0c, 0x64, 0x63, 0x69, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x41, 0x0a,
0x0f, 0x65, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x44, 0x63, 0x69,
0x45, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
0x0f, 0x65, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
0x12, 0x47, 0x0a, 0x12, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x46, 0x69,
0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x64,
0x63, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x46, 0x69, 0x6c,
0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x12, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61,
0x6c, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c, 0x69,
0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x78, 0x0a, 0x1c, 0x52,
0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71,
0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71,
0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x8d, 0x02, 0x0a, 0x1b, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44,
0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c,
0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94,
0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7,
0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67,
0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0xe2, 0xdf, 0x1f, 0x21, 0x2a, 0x1b, 0xe9, 0x80, 0x80,
0xe8, 0xb4, 0xb9, 0xe4, 0xba, 0xba, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe4, 0xb8, 0x8d, 0xe8,
0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x78, 0x29, 0x52, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x12, 0x3f, 0x0a, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x42, 0x23, 0xe2, 0xdf, 0x1f, 0x1f, 0x2a, 0x1b, 0xe8, 0x81, 0x94, 0xe7,
0xb3, 0xbb, 0xe6, 0x89, 0x8b, 0xe6, 0x9c, 0xba, 0xe5, 0x8f, 0xb7, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c,
0x65, 0x4e, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b,
0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x78, 0x0a, 0x1c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63,
0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43,
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c,
0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x93, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x44, 0x63,
0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72,
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69,
0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99,
0xbb, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4,
0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c,
0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c,
0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xa0, 0x02, 0x0a,
0x1e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x34, 0x0a, 0x15, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15,
0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x53,
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61,
0x64, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e,
0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x6f, 0x77, 0x6e, 0x6c,
0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x4c, 0x65, 0x66, 0x74, 0x18, 0x03, 0x20, 0x01,
0x28, 0x03, 0x52, 0x11, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x69, 0x6d, 0x65,
0x73, 0x4c, 0x65, 0x66, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x61, 0x69, 0x6c, 0x44, 0x65, 0x74,
0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x61, 0x69, 0x6c, 0x44,
0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43,
0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d,
0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x73, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x32,
0xc6, 0x08, 0x0a, 0x03, 0x44, 0x63, 0x69, 0x12, 0x43, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x55, 0x70,
0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65,
0x74, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x19, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x70, 0x6c, 0x6f, 0x61,
0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a,
0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x64, 0x63, 0x69,
0x2e, 0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55,
0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0d, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x64,
0x63, 0x69, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0c, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x55,
0x73, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44,
0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e,
0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61,
0x74, 0x65, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x64, 0x63, 0x69,
0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67,
0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x64, 0x0a, 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65,
0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x2e, 0x64,
0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65,
0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x24, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69,
0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x12, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69,
0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x14, 0x51, 0x75, 0x65, 0x72, 0x79,
0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
0x20, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65,
0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69,
0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61,
0x79, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x63,
0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19,
0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72,
0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x51, 0x75, 0x65,
0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x12, 0x17, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51,
0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69,
0x50, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x16, 0x47,
0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x63, 0x65, 0x72, 0x74, 0x12, 0x22, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44,
0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65,
0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x64, 0x63, 0x69, 0x2e,
0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b,
0x0a, 0x14, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x74,
0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x52,
0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x14, 0x43,
0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44,
0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x6c, 0x6f, 0x73,
0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x64, 0x63,
0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22,
0xc1, 0x02, 0x0a, 0x1b, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69,
0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
0x50, 0x0a, 0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e,
0x2a, 0x1a, 0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44,
0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11,
0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49,
0x64, 0x12, 0x22, 0x0a, 0x0c, 0x64, 0x63, 0x69, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49,
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x63, 0x69, 0x43, 0x6f, 0x6e, 0x74,
0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x41, 0x0a, 0x0f, 0x65, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17,
0x2e, 0x64, 0x63, 0x69, 0x2e, 0x44, 0x63, 0x69, 0x45, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x65, 0x78, 0x70, 0x6c, 0x61, 0x6e, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x47, 0x0a, 0x12, 0x61, 0x64, 0x64, 0x69,
0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x04,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x12, 0x61,
0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66,
0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f,
0x6b, 0x65, 0x6e, 0x22, 0x78, 0x0a, 0x1c, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64,
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43,
0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73,
0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x22, 0x8d, 0x02,
0x0a, 0x1b, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a,
0x11, 0x64, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0xe2, 0xdf, 0x1f, 0x1e, 0x2a, 0x1a,
0xe6, 0x95, 0xb0, 0xe7, 0x99, 0xbb, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x49, 0x44, 0xe4, 0xb8,
0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58, 0x01, 0x52, 0x11, 0x64, 0x69,
0x67, 0x69, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12,
0x39, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0xe2,
0xdf, 0x1f, 0x21, 0x2a, 0x1b, 0xe9, 0x80, 0x80, 0xe8, 0xb4, 0xb9, 0xe4, 0xba, 0xba, 0xe5, 0x90,
0x8d, 0xe7, 0xa7, 0xb0, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba,
0x58, 0x01, 0x78, 0x29, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3f, 0x0a, 0x08, 0x6d, 0x6f,
0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x23, 0xe2, 0xdf,
0x1f, 0x1f, 0x2a, 0x1b, 0xe8, 0x81, 0x94, 0xe7, 0xb3, 0xbb, 0xe6, 0x89, 0x8b, 0xe6, 0x9c, 0xba,
0xe5, 0x8f, 0xb7, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x58,
0x01, 0x52, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x63,
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0b, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x78, 0x0a,
0x1c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72,
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1e, 0x0a,
0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a,
0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x09, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x72,
0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72,
0x65, 0x71, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x32, 0xc6, 0x08, 0x0a, 0x03, 0x44, 0x63, 0x69, 0x12,
0x43, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12,
0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55,
0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x64, 0x63, 0x69, 0x2e,
0x47, 0x65, 0x74, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55, 0x73,
0x65, 0x72, 0x12, 0x16, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55,
0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x63, 0x69,
0x2e, 0x41, 0x64, 0x64, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69,
0x55, 0x73, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
0x65, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1a, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x55,
0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0c, 0x51,
0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x64, 0x63,
0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72,
0x79, 0x44, 0x63, 0x69, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x67, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65,
0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x64,
0x63, 0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72,
0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x25, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44,
0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x17, 0x51, 0x75, 0x65,
0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79,
0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x64, 0x63, 0x69, 0x2e,
0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x72, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73,
0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x5e, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69,
0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x43,
0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x64, 0x63,
0x69, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73,
0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x5b, 0x0a, 0x14, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73,
0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75,
0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e,
0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0c,
0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x2e, 0x64,
0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74,
0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x40, 0x0a, 0x0b, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79,
0x12, 0x17, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50,
0x61, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x64, 0x63, 0x69, 0x2e,
0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x63, 0x69, 0x50, 0x61, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67,
0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x12, 0x22, 0x2e,
0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x23, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x63, 0x69, 0x52, 0x65,
0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x74, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x14, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44,
0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20,
0x2e, 0x64, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67,
0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x21, 0x2e, 0x64, 0x63, 0x69, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x79, 0x44, 0x63, 0x69, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x14, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52,
0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x64, 0x63,
0x69, 0x2e, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74,
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e,
0x64, 0x63, 0x69, 0x2e, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x44, 0x63, 0x69, 0x52, 0x65, 0x67, 0x69,
0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x64, 0x63, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x33,
}
var (