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,