From 08a12459e6035c7ec2d74373a06697f7bfb948b8 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Mon, 23 Jun 2025 14:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0proto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/bundle/bundle.pb.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/bundle/bundle.pb.go b/api/bundle/bundle.pb.go index ec11e53..b252a57 100644 --- a/api/bundle/bundle.pb.go +++ b/api/bundle/bundle.pb.go @@ -5944,7 +5944,7 @@ type GetUsedRecordListReq struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` - Account int32 `protobuf:"varint,3,opt,name=account,proto3" json:"account,omitempty"` + Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` Platform int32 `protobuf:"varint,4,opt,name=platform,proto3" json:"platform,omitempty"` Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"` Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` @@ -6000,11 +6000,11 @@ func (x *GetUsedRecordListReq) GetOperator() string { return "" } -func (x *GetUsedRecordListReq) GetAccount() int32 { +func (x *GetUsedRecordListReq) GetAccount() string { if x != nil { return x.Account } - return 0 + return "" } func (x *GetUsedRecordListReq) GetPlatform() int32 { @@ -8326,7 +8326,7 @@ var file_pb_bundle_proto_rawDesc = []byte{ 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,