Update:更新pb文件
This commit is contained in:
parent
375998a746
commit
132232d183
@ -188,8 +188,8 @@ type UserBundleBalancePo struct {
|
||||
|
||||
type BundleOrderItem struct {
|
||||
OrderUUID string `json:"orderUUID" gorm:"column:order_uuid"`
|
||||
PurchaseType string `json:"purchaseType" gorm:"column:purchase_type"`
|
||||
BundleType string `json:"bundleType" gorm:"column:bundle_type"`
|
||||
PurchaseType int64 `json:"purchaseType" gorm:"column:purchase_type"`
|
||||
BundleType int64 `json:"bundleType" gorm:"column:bundle_type"`
|
||||
}
|
||||
|
||||
type BundleBalance struct {
|
||||
|
||||
@ -1227,8 +1227,8 @@ message GetBundleOrderListByUserIdReq{
|
||||
|
||||
message BalanceOrderItem{
|
||||
string orderUuid = 1;
|
||||
string purchaseType = 2;
|
||||
string bundleType = 3;
|
||||
int64 purchaseType = 2;
|
||||
int64 bundleType = 3;
|
||||
}
|
||||
|
||||
message GetBundleOrderListByUserIdResp{
|
||||
|
||||
@ -9854,8 +9854,8 @@ type BalanceOrderItem struct {
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
OrderUuid string `protobuf:"bytes,1,opt,name=orderUuid,proto3" json:"orderUuid"`
|
||||
PurchaseType string `protobuf:"bytes,2,opt,name=purchaseType,proto3" json:"purchaseType"`
|
||||
BundleType string `protobuf:"bytes,3,opt,name=bundleType,proto3" json:"bundleType"`
|
||||
PurchaseType int64 `protobuf:"varint,2,opt,name=purchaseType,proto3" json:"purchaseType"`
|
||||
BundleType int64 `protobuf:"varint,3,opt,name=bundleType,proto3" json:"bundleType"`
|
||||
}
|
||||
|
||||
func (x *BalanceOrderItem) Reset() {
|
||||
@ -9897,18 +9897,18 @@ func (x *BalanceOrderItem) GetOrderUuid() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *BalanceOrderItem) GetPurchaseType() string {
|
||||
func (x *BalanceOrderItem) GetPurchaseType() int64 {
|
||||
if x != nil {
|
||||
return x.PurchaseType
|
||||
}
|
||||
return ""
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *BalanceOrderItem) GetBundleType() string {
|
||||
func (x *BalanceOrderItem) GetBundleType() int64 {
|
||||
if x != nil {
|
||||
return x.BundleType
|
||||
}
|
||||
return ""
|
||||
return 0
|
||||
}
|
||||
|
||||
type GetBundleOrderListByUserIdResp struct {
|
||||
@ -23558,9 +23558,9 @@ var file_pb_bundle_proto_rawDesc = []byte{
|
||||
0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x72, 0x64,
|
||||
0x65, 0x72, 0x55, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x72,
|
||||
0x64, 0x65, 0x72, 0x55, 0x75, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x75, 0x72, 0x63, 0x68,
|
||||
0x61, 0x73, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70,
|
||||
0x61, 0x73, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
|
||||
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62,
|
||||
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
||||
0x0a, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x58, 0x0a, 0x1e, 0x47,
|
||||
0x65, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
||||
0x74, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user