回调
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 30s
CI / admin (push) Successful in 22s
CI / bff (push) Successful in 39s
CI / chore (push) Successful in 20s
CI / equipment (push) Successful in 19s
CI / express (push) Successful in 17s
CI / product (push) Successful in 16s
CI / record (push) Successful in 17s
CI / sale (push) Successful in 16s
CI / task (push) Successful in 16s
CI / user (push) Successful in 17s
CI / wecom (push) Successful in 18s

This commit is contained in:
2026-09-05 13:41:13 +08:00
parent be18a48148
commit 462d142a4c
9 changed files with 254 additions and 83 deletions
Binary file not shown.
-1
View File
@@ -14,7 +14,6 @@ message Response {
message SfResponse {
string return_code = 1;
string return_msg = 2;
string return_status = 3;
}
message IdResponse {
+2 -11
View File
@@ -86,7 +86,6 @@ type SfResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ReturnCode string `protobuf:"bytes,1,opt,name=return_code,json=returnCode,proto3" json:"return_code,omitempty"`
ReturnMsg string `protobuf:"bytes,2,opt,name=return_msg,json=returnMsg,proto3" json:"return_msg,omitempty"`
ReturnStatus string `protobuf:"bytes,3,opt,name=return_status,json=returnStatus,proto3" json:"return_status,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
@@ -135,13 +134,6 @@ func (x *SfResponse) GetReturnMsg() string {
return ""
}
func (x *SfResponse) GetReturnStatus() string {
if x != nil {
return x.ReturnStatus
}
return ""
}
type IdResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
@@ -854,14 +846,13 @@ const file_express_express_proto_rawDesc = "" +
"\bResponse\x12\x12\n" +
"\x04code\x18\x01 \x01(\x05R\x04code\x12\x10\n" +
"\x03msg\x18\x02 \x01(\tR\x03msg\x12\x12\n" +
"\x04data\x18\x03 \x01(\tR\x04data\"q\n" +
"\x04data\x18\x03 \x01(\tR\x04data\"L\n" +
"\n" +
"SfResponse\x12\x1f\n" +
"\vreturn_code\x18\x01 \x01(\tR\n" +
"returnCode\x12\x1d\n" +
"\n" +
"return_msg\x18\x02 \x01(\tR\treturnMsg\x12#\n" +
"\rreturn_status\x18\x03 \x01(\tR\freturnStatus\"\x1c\n" +
"return_msg\x18\x02 \x01(\tR\treturnMsg\"\x1c\n" +
"\n" +
"IdResponse\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x03R\x02id\"\x0e\n" +