Compare commits
No commits in common. "b93f68177edf79c5c523806b4d8a8f63082e519b" and "61f15adb7313f1f335b582f6b6c6cfaac38a45bd" have entirely different histories.
b93f68177e
...
61f15adb73
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ go 1.20
|
||||
|
||||
require (
|
||||
dubbo.apache.org/dubbo-go/v3 v3.0.5
|
||||
github.com/antchain-openapi-sdk-go/bccr v1.19.22
|
||||
github.com/antchain-openapi-sdk-go/bccr v1.19.2
|
||||
github.com/bwmarrin/snowflake v0.3.0
|
||||
github.com/dubbogo/grpc-go v1.42.10
|
||||
github.com/dubbogo/triple v1.2.2-rc2
|
||||
|
1
go.sum
1
go.sum
@ -101,7 +101,6 @@ github.com/antchain-openapi-sdk-go/antchain-util v0.0.7 h1:aa6GLaNNE3HryG71Kxjza
|
||||
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.19.2 h1:38TM2NSpvPPXcJM0j3vvNb14i2fpGqfyslAdmsPHM8k=
|
||||
github.com/antchain-openapi-sdk-go/bccr v1.19.2/go.mod h1:ALgEJuJDenNJdGrcBMJ1zoyla8KvimZVmtofHAf2ouY=
|
||||
github.com/antchain-openapi-sdk-go/bccr v1.19.22/go.mod h1:ALgEJuJDenNJdGrcBMJ1zoyla8KvimZVmtofHAf2ouY=
|
||||
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=
|
||||
|
@ -149,7 +149,6 @@ message CreateDciPreregistrationResponse {
|
||||
string resultCode = 2 [json_name = "resultCode"];
|
||||
string resultMsg = 3 [json_name = "resultMsg"];
|
||||
string reqMsgId = 4 [json_name = "reqMsgId"];
|
||||
string errorMsg = 5 [json_name = "errorMsg"];
|
||||
}
|
||||
|
||||
// Dci work 查询申领信息
|
||||
@ -226,7 +225,6 @@ message CreateDciRegistrationResponse {
|
||||
string resultCode = 2 [json_name = "resultCode"];
|
||||
string resultMsg = 3 [json_name = "resultMsg"];
|
||||
string reqMsgId = 4 [json_name = "reqMsgId"];
|
||||
string errorMsg = 5 [json_name = "errorMsg"];
|
||||
}
|
||||
|
||||
// 数登 查询申请
|
||||
@ -265,7 +263,6 @@ message GetDciPayUrlResponse {
|
||||
string resultCode = 14 [json_name = "resultCode"];
|
||||
string resultMsg = 15 [json_name = "resultMsg"];
|
||||
string reqMsgId = 16 [json_name = "reqMsgId"];
|
||||
string errorMsg = 17 [json_name = "errorMsg"];
|
||||
}
|
||||
|
||||
// 数登 数登支付查询
|
||||
@ -309,7 +306,6 @@ message RetryDciRegistrationResponse {
|
||||
string resultCode = 1 [json_name = "resultCode"];
|
||||
string resultMsg = 2 [json_name = "resultMsg"];
|
||||
string reqMsgId = 3 [json_name = "reqMsgId"];
|
||||
string errorMsg = 4 [json_name = "errorMsg"];
|
||||
}
|
||||
|
||||
// 数登 停止申请
|
||||
|
927
pb/dci/dci.pb.go
927
pb/dci/dci.pb.go
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-triple v1.0.5
|
||||
// - protoc v5.29.0--rc3
|
||||
// - protoc v3.21.4
|
||||
// source: pb/dci.proto
|
||||
|
||||
package dci
|
||||
|
Loading…
Reference in New Issue
Block a user