diff --git a/api/bundle/bundle.pb.go b/api/bundle/bundle.pb.go index 84f81a0..cff6435 100644 --- a/api/bundle/bundle.pb.go +++ b/api/bundle/bundle.pb.go @@ -4218,7 +4218,7 @@ type ValueAddServiceLang struct { ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType"` //服务类型 1:视频 2:图文 3:数据报表 4:账号数 5:可用时长 PriceMode int32 `protobuf:"varint,4,opt,name=priceMode,proto3" json:"priceMode"` //套餐价格类型 1:单价 2:总价 OriginalPrice string `protobuf:"bytes,5,opt,name=originalPrice,proto3" json:"originalPrice"` //原单价 - Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit"` //单位 1:个 2:条 3:天 4:月 5:年 + Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit"` //单位 1:个 2:条 3:天 4:月 5:年 6:自然月 7:自然季度 8:半年 9:自然年 PriceType int64 `protobuf:"varint,7,opt,name=priceType,proto3" json:"priceType"` //币种 1:人民币 2:美元 3:日元 4:欧元 Language string `protobuf:"bytes,8,opt,name=language,proto3" json:"language"` //套餐语言 zh-CN zh-TW EN de-DE ja-JP(中繁英德日) CreatedAt string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt"` diff --git a/api/bundle/bundle.validator.pb.go b/api/bundle/bundle.validator.pb.go index 261fd3e..24c7d92 100644 --- a/api/bundle/bundle.validator.pb.go +++ b/api/bundle/bundle.validator.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" math "math" proto "github.com/golang/protobuf/proto" - _ "github.com/mwitkow/go-proto-validators" _ "google.golang.org/protobuf/types/descriptorpb" + _ "github.com/mwitkow/go-proto-validators" github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators" )