Commit d3cf4b6f by mushishixian

修改

parent 4f331a22
......@@ -130,7 +130,9 @@ type RecommendRequest struct {
// @inject_tag: form:"delivery_type"
DeliveryType int32 `protobuf:"varint,5,opt,name=delivery_type,json=deliveryType,proto3" json:"delivery_type,omitempty" form:"delivery_type"`
// @inject_tag: form:"flag"
Flag int32 `protobuf:"varint,6,opt,name=flag,proto3" json:"flag,omitempty" form:"flag"`
Flag int32 `protobuf:"varint,6,opt,name=flag,proto3" json:"flag,omitempty" form:"flag"`
// @inject_tag: form:"brand_name"
BrandName string `protobuf:"bytes,7,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty" form:"brand_name"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
......@@ -203,6 +205,13 @@ func (m *RecommendRequest) GetFlag() int32 {
return 0
}
func (m *RecommendRequest) GetBrandName() string {
if m != nil {
return m.BrandName
}
return ""
}
type ResponseData struct {
// @inject_tag: json:"total"
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
......@@ -358,7 +367,7 @@ func (m *OTHER_ATTRS) GetGrossWegiht() string {
return ""
}
type LADDER_PRICE struct {
type LadderPrice struct {
Purchases int64 `protobuf:"varint,1,opt,name=purchases,proto3" json:"purchases,omitempty"`
PriceCn float32 `protobuf:"fixed32,2,opt,name=price_cn,json=priceCn,proto3" json:"price_cn,omitempty"`
PriceUs float32 `protobuf:"fixed32,3,opt,name=price_us,json=priceUs,proto3" json:"price_us,omitempty"`
......@@ -368,53 +377,53 @@ type LADDER_PRICE struct {
XXX_sizecache int32 `json:"-"`
}
func (m *LADDER_PRICE) Reset() { *m = LADDER_PRICE{} }
func (m *LADDER_PRICE) String() string { return proto.CompactTextString(m) }
func (*LADDER_PRICE) ProtoMessage() {}
func (*LADDER_PRICE) Descriptor() ([]byte, []int) {
func (m *LadderPrice) Reset() { *m = LadderPrice{} }
func (m *LadderPrice) String() string { return proto.CompactTextString(m) }
func (*LadderPrice) ProtoMessage() {}
func (*LadderPrice) Descriptor() ([]byte, []int) {
return fileDescriptor_f689add15dae9986, []int{6}
}
func (m *LADDER_PRICE) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LADDER_PRICE.Unmarshal(m, b)
func (m *LadderPrice) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LadderPrice.Unmarshal(m, b)
}
func (m *LADDER_PRICE) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LADDER_PRICE.Marshal(b, m, deterministic)
func (m *LadderPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LadderPrice.Marshal(b, m, deterministic)
}
func (m *LADDER_PRICE) XXX_Merge(src proto.Message) {
xxx_messageInfo_LADDER_PRICE.Merge(m, src)
func (m *LadderPrice) XXX_Merge(src proto.Message) {
xxx_messageInfo_LadderPrice.Merge(m, src)
}
func (m *LADDER_PRICE) XXX_Size() int {
return xxx_messageInfo_LADDER_PRICE.Size(m)
func (m *LadderPrice) XXX_Size() int {
return xxx_messageInfo_LadderPrice.Size(m)
}
func (m *LADDER_PRICE) XXX_DiscardUnknown() {
xxx_messageInfo_LADDER_PRICE.DiscardUnknown(m)
func (m *LadderPrice) XXX_DiscardUnknown() {
xxx_messageInfo_LadderPrice.DiscardUnknown(m)
}
var xxx_messageInfo_LADDER_PRICE proto.InternalMessageInfo
var xxx_messageInfo_LadderPrice proto.InternalMessageInfo
func (m *LADDER_PRICE) GetPurchases() int64 {
func (m *LadderPrice) GetPurchases() int64 {
if m != nil {
return m.Purchases
}
return 0
}
func (m *LADDER_PRICE) GetPriceCn() float32 {
func (m *LadderPrice) GetPriceCn() float32 {
if m != nil {
return m.PriceCn
}
return 0
}
func (m *LADDER_PRICE) GetPriceUs() float32 {
func (m *LadderPrice) GetPriceUs() float32 {
if m != nil {
return m.PriceUs
}
return 0
}
func (m *LADDER_PRICE) GetPriceAc() float32 {
func (m *LadderPrice) GetPriceAc() float32 {
if m != nil {
return m.PriceAc
}
......@@ -443,16 +452,16 @@ type GoodsModel struct {
Moq int64 `protobuf:"varint,19,opt,name=moq,proto3" json:"moq,omitempty"`
Mpq int64 `protobuf:"varint,20,opt,name=mpq,proto3" json:"mpq,omitempty"`
// @inject_tag: json:"ladder_price"
LadderPrice []*LADDER_PRICE `protobuf:"bytes,21,rep,name=ladder_price,json=ladderPrice,proto3" json:"ladder_price"`
UpdateTime int64 `protobuf:"varint,22,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
SkuName string `protobuf:"bytes,23,opt,name=sku_name,json=skuName,proto3" json:"sku_name,omitempty"`
Mpl int64 `protobuf:"varint,24,opt,name=mpl,proto3" json:"mpl,omitempty"`
Stock int64 `protobuf:"varint,25,opt,name=stock,proto3" json:"stock,omitempty"`
Attrs string `protobuf:"bytes,26,opt,name=attrs,proto3" json:"attrs,omitempty"`
Cost string `protobuf:"bytes,27,opt,name=cost,proto3" json:"cost,omitempty"`
NewCost string `protobuf:"bytes,28,opt,name=new_cost,json=newCost,proto3" json:"new_cost,omitempty"`
SupplierStock int64 `protobuf:"varint,29,opt,name=supplier_stock,json=supplierStock,proto3" json:"supplier_stock,omitempty"`
SelfSupplierType int64 `protobuf:"varint,30,opt,name=self_supplier_type,json=selfSupplierType,proto3" json:"self_supplier_type,omitempty"`
LadderPrice []*LadderPrice `protobuf:"bytes,21,rep,name=ladder_price,json=ladderPrice,proto3" json:"ladder_price"`
UpdateTime int64 `protobuf:"varint,22,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
SkuName string `protobuf:"bytes,23,opt,name=sku_name,json=skuName,proto3" json:"sku_name,omitempty"`
Mpl int64 `protobuf:"varint,24,opt,name=mpl,proto3" json:"mpl,omitempty"`
Stock int64 `protobuf:"varint,25,opt,name=stock,proto3" json:"stock,omitempty"`
Attrs string `protobuf:"bytes,26,opt,name=attrs,proto3" json:"attrs,omitempty"`
Cost string `protobuf:"bytes,27,opt,name=cost,proto3" json:"cost,omitempty"`
NewCost string `protobuf:"bytes,28,opt,name=new_cost,json=newCost,proto3" json:"new_cost,omitempty"`
SupplierStock int64 `protobuf:"varint,29,opt,name=supplier_stock,json=supplierStock,proto3" json:"supplier_stock,omitempty"`
SelfSupplierType int64 `protobuf:"varint,30,opt,name=self_supplier_type,json=selfSupplierType,proto3" json:"self_supplier_type,omitempty"`
// @inject_tag: json:"cn_delivery_time"
CnDeliveryTime string `protobuf:"bytes,31,opt,name=cn_delivery_time,json=cnDeliveryTime,proto3" json:"cn_delivery_time"`
BrandName string `protobuf:"bytes,32,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty"`
......@@ -636,7 +645,7 @@ func (m *GoodsModel) GetMpq() int64 {
return 0
}
func (m *GoodsModel) GetLadderPrice() []*LADDER_PRICE {
func (m *GoodsModel) GetLadderPrice() []*LadderPrice {
if m != nil {
return m.LadderPrice
}
......@@ -797,75 +806,75 @@ func init() {
proto.RegisterType((*ResponseData)(nil), "bom.ResponseData")
proto.RegisterType((*RecommendResponse)(nil), "bom.RecommendResponse")
proto.RegisterType((*OTHER_ATTRS)(nil), "bom.OTHER_ATTRS")
proto.RegisterType((*LADDER_PRICE)(nil), "bom.LADDER_PRICE")
proto.RegisterType((*LadderPrice)(nil), "bom.LadderPrice")
proto.RegisterType((*GoodsModel)(nil), "bom.GoodsModel")
}
func init() { proto.RegisterFile("bom.proto", fileDescriptor_f689add15dae9986) }
var fileDescriptor_f689add15dae9986 = []byte{
// 993 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
0x10, 0x86, 0xac, 0xd8, 0xb2, 0x86, 0x92, 0x2c, 0x33, 0x4e, 0xb2, 0xf9, 0x71, 0x63, 0xcb, 0x71,
0xaa, 0x16, 0x45, 0x5a, 0xab, 0x79, 0x01, 0x59, 0x32, 0x5a, 0x01, 0x4d, 0x1b, 0x50, 0x0a, 0x7a,
0x2a, 0x88, 0x15, 0xb9, 0x96, 0x08, 0x91, 0x5c, 0x8a, 0xbb, 0x8c, 0xa1, 0x43, 0xfb, 0x20, 0x7d,
0x82, 0x3e, 0x66, 0xb1, 0x33, 0xfc, 0x53, 0x4e, 0x3d, 0xf4, 0xb6, 0xf3, 0xcd, 0x0c, 0x67, 0xe6,
0xe3, 0x37, 0x4b, 0x42, 0x7b, 0x29, 0xa3, 0x77, 0x49, 0x2a, 0xb5, 0xb4, 0x9b, 0x4b, 0x19, 0x0d,
0xbe, 0x87, 0xde, 0x38, 0xd3, 0x72, 0x9e, 0x64, 0x8e, 0xd8, 0x66, 0x42, 0x69, 0xfb, 0x1c, 0x60,
0x25, 0xa5, 0xaf, 0xdc, 0x98, 0x47, 0x82, 0x35, 0x2e, 0x1a, 0xc3, 0xb6, 0xd3, 0x46, 0xe4, 0x57,
0x1e, 0x89, 0x41, 0x00, 0x27, 0x65, 0x82, 0x4a, 0x64, 0xac, 0x84, 0xc9, 0x10, 0x69, 0x2a, 0x53,
0xd7, 0x93, 0x3e, 0x65, 0x1c, 0x3a, 0x6d, 0x44, 0x26, 0xd2, 0x17, 0xf6, 0x15, 0x74, 0xc9, 0x1d,
0x09, 0xa5, 0xf8, 0x4a, 0xb0, 0x03, 0x7c, 0x66, 0x07, 0xc1, 0x0f, 0x84, 0xd9, 0x36, 0x3c, 0xf2,
0xb9, 0xe6, 0xac, 0x79, 0xd1, 0x1c, 0xb6, 0x1d, 0x3c, 0x0f, 0xfe, 0x69, 0x40, 0xdf, 0x11, 0x9e,
0x8c, 0x22, 0x11, 0xfb, 0xff, 0xad, 0x3d, 0xfb, 0x0c, 0x0e, 0xb9, 0xd6, 0xa9, 0xca, 0x8b, 0x90,
0x61, 0x50, 0x11, 0x7b, 0x3c, 0x61, 0x4d, 0x42, 0xd1, 0xb0, 0xfb, 0xd0, 0x8c, 0xb3, 0x88, 0x3d,
0xc2, 0x86, 0xcd, 0xd1, 0xb4, 0xea, 0x8b, 0x30, 0xf8, 0x2c, 0xd2, 0x9d, 0xab, 0x77, 0x89, 0x60,
0x87, 0xe8, 0xeb, 0x14, 0xe0, 0x62, 0x97, 0x60, 0xab, 0xf7, 0x21, 0x5f, 0xb1, 0x23, 0xf4, 0xe1,
0x79, 0xf0, 0x07, 0x74, 0x0a, 0x3a, 0xa6, 0x5c, 0x73, 0x53, 0x50, 0x4b, 0xcd, 0x43, 0x6c, 0xb0,
0xe9, 0x90, 0x51, 0x66, 0x1e, 0x54, 0x99, 0xf6, 0x55, 0x6d, 0x70, 0x6b, 0x74, 0xf2, 0xce, 0xbc,
0x9f, 0x9f, 0xcc, 0x38, 0x1f, 0xa4, 0x2f, 0xc2, 0x9c, 0x89, 0xbf, 0xe0, 0xb4, 0x46, 0xc4, 0xff,
0x48, 0xfb, 0x75, 0x59, 0xbd, 0x31, 0xb4, 0x46, 0xa7, 0x58, 0xbd, 0x3e, 0x48, 0x5e, 0xff, 0x07,
0xb0, 0x7e, 0x5b, 0xfc, 0x7c, 0xe7, 0xb8, 0xe3, 0xc5, 0xc2, 0x99, 0xdb, 0x97, 0xd0, 0x59, 0xa5,
0x52, 0x29, 0xf7, 0x41, 0xac, 0x82, 0xb5, 0xce, 0xdf, 0x82, 0x85, 0xd8, 0xef, 0x08, 0x0d, 0xfe,
0x84, 0xce, 0x2f, 0xe3, 0xe9, 0xf4, 0xce, 0x71, 0x3f, 0x3a, 0xb3, 0xc9, 0x9d, 0xfd, 0x0a, 0xda,
0x49, 0x96, 0x7a, 0x6b, 0xae, 0x84, 0xca, 0x49, 0xa9, 0x00, 0xfb, 0x39, 0x1c, 0x27, 0x69, 0xe0,
0x09, 0xd7, 0x8b, 0xb1, 0xcd, 0x03, 0xa7, 0x85, 0xf6, 0x24, 0xae, 0x5c, 0x99, 0xc2, 0x2e, 0x0b,
0xd7, 0xa7, 0x5a, 0x16, 0xf7, 0xf0, 0x25, 0x16, 0xae, 0xb1, 0x37, 0xf8, 0x1b, 0x00, 0x2a, 0x16,
0xed, 0x1b, 0xb0, 0xa4, 0x5e, 0x8b, 0xd4, 0x25, 0x6d, 0x34, 0x70, 0xda, 0x3e, 0x4e, 0x5b, 0x9b,
0xcb, 0x01, 0x0c, 0x1a, 0xa3, 0x64, 0x5e, 0x42, 0x3b, 0x09, 0xbc, 0x0d, 0xc9, 0xe0, 0x00, 0x1b,
0x3e, 0x36, 0x00, 0x4a, 0x80, 0x41, 0x6b, 0xc9, 0x53, 0xe4, 0x9d, 0x14, 0x55, 0x98, 0xa6, 0x27,
0x92, 0x67, 0xe0, 0x63, 0x4f, 0x6d, 0xa7, 0x85, 0xf6, 0xcc, 0xaf, 0x94, 0x5b, 0x2a, 0xab, 0x99,
0x2b, 0x17, 0x9f, 0xf9, 0x1a, 0x2c, 0x95, 0x25, 0x49, 0x18, 0x88, 0xd4, 0x24, 0x1f, 0xa1, 0x1f,
0x0a, 0x68, 0xe6, 0x9b, 0x47, 0x2f, 0x53, 0x1e, 0xfb, 0xc6, 0xdb, 0x42, 0x6f, 0x0b, 0xed, 0x99,
0x6f, 0x9a, 0xf5, 0x42, 0xae, 0x4c, 0xd5, 0x1b, 0x76, 0x4c, 0xcd, 0x22, 0x30, 0xf3, 0x6f, 0xea,
0xce, 0x11, 0x6b, 0xef, 0x39, 0x47, 0x5f, 0xac, 0x13, 0x7c, 0xb9, 0x4e, 0x4f, 0xe1, 0x48, 0x69,
0xae, 0x33, 0xc5, 0x2c, 0x4c, 0xcc, 0x2d, 0x43, 0x80, 0x88, 0xcd, 0xc0, 0x3e, 0xeb, 0xd0, 0x94,
0xb9, 0x59, 0xad, 0x5a, 0xb7, 0xbe, 0x6a, 0x0c, 0x5a, 0x09, 0xf7, 0x36, 0x41, 0xbc, 0x62, 0x3d,
0x6a, 0x3d, 0x37, 0xab, 0x06, 0xb2, 0x38, 0xd0, 0xec, 0xa4, 0xc6, 0xca, 0xa7, 0x38, 0xd0, 0x28,
0x35, 0xe2, 0x33, 0xe2, 0x2b, 0xa1, 0x58, 0xff, 0xa2, 0x31, 0x3c, 0x76, 0x2c, 0xe2, 0x14, 0x21,
0xb3, 0xc6, 0x89, 0x7f, 0xcf, 0x4e, 0xb1, 0x9e, 0x39, 0x1a, 0x2a, 0x29, 0x69, 0x99, 0x06, 0xe2,
0x9e, 0xd9, 0xe8, 0xa1, 0x32, 0xb7, 0x06, 0x31, 0x29, 0x91, 0xdc, 0xb2, 0xc7, 0x58, 0xcd, 0x1c,
0x11, 0x49, 0xb6, 0xec, 0x2c, 0x47, 0x92, 0xad, 0xfd, 0x1e, 0x3a, 0x21, 0xf7, 0x7d, 0x91, 0xba,
0x28, 0x2a, 0xf6, 0x04, 0x17, 0x94, 0x56, 0xa4, 0x2e, 0x6d, 0xc7, 0xa2, 0xb0, 0x8f, 0x26, 0xca,
0x94, 0xce, 0x12, 0x9f, 0x6b, 0xe1, 0xea, 0x20, 0x12, 0xec, 0x29, 0xbd, 0x45, 0x82, 0x16, 0x41,
0x84, 0x02, 0x51, 0x9b, 0x8c, 0xe8, 0x7e, 0x46, 0xd4, 0xa9, 0x4d, 0x86, 0x64, 0x63, 0x0f, 0x21,
0x63, 0x45, 0x0f, 0xa1, 0x21, 0x53, 0x69, 0xe9, 0x6d, 0xd8, 0x73, 0xba, 0x46, 0xd0, 0xa8, 0xee,
0xb8, 0x17, 0xf5, 0x3b, 0xce, 0x86, 0x47, 0x9e, 0x54, 0x9a, 0xbd, 0x44, 0x10, 0xcf, 0xa6, 0x58,
0x2c, 0x1e, 0x5c, 0xc4, 0x5f, 0x51, 0xb1, 0x58, 0x3c, 0x4c, 0x8c, 0xeb, 0x1a, 0x7a, 0xa5, 0xdc,
0xa8, 0xc6, 0x39, 0xd6, 0xe8, 0x16, 0xe8, 0x1c, 0x6b, 0x7d, 0x07, 0xb6, 0x12, 0xe1, 0xbd, 0x5b,
0xc6, 0xa2, 0x78, 0xbf, 0xc2, 0xd0, 0xbe, 0xf1, 0xcc, 0x73, 0x07, 0x6a, 0x78, 0x08, 0x7d, 0x2f,
0x76, 0xab, 0x2b, 0xd4, 0x50, 0xf0, 0x1a, 0xeb, 0xf6, 0xbc, 0x78, 0x5a, 0x5c, 0xa2, 0x86, 0x86,
0x73, 0x00, 0x12, 0x33, 0x12, 0x71, 0x41, 0xba, 0x43, 0x04, 0xa9, 0xb8, 0x82, 0xb2, 0x0f, 0x8a,
0xb8, 0xa4, 0xcb, 0xab, 0x00, 0x31, 0xe8, 0x2d, 0x9c, 0x54, 0xd2, 0xa1, 0xb0, 0x01, 0x86, 0x75,
0x4b, 0xfd, 0x60, 0xdc, 0x25, 0x74, 0x72, 0xb5, 0x51, 0xd0, 0x15, 0x5d, 0x57, 0x39, 0x86, 0x21,
0x03, 0xe8, 0x46, 0xc9, 0xb6, 0xf6, 0xa0, 0x37, 0x14, 0x13, 0x25, 0xdb, 0xf2, 0x31, 0xcf, 0xa0,
0xc5, 0x3d, 0x9a, 0xff, 0x9a, 0x96, 0x81, 0x7b, 0x38, 0xf5, 0x25, 0x74, 0x78, 0x18, 0x4a, 0xc3,
0x73, 0x96, 0xc8, 0x98, 0xbd, 0x45, 0xaf, 0x85, 0xd8, 0x04, 0x21, 0xfb, 0x0d, 0xf4, 0xca, 0x05,
0xa5, 0x02, 0x5f, 0xd3, 0x40, 0xc5, 0x96, 0x62, 0x85, 0x5a, 0xd4, 0x88, 0xa2, 0x86, 0x7b, 0x51,
0x23, 0x8c, 0x7a, 0x02, 0x47, 0x81, 0x72, 0x97, 0xd9, 0x8e, 0x7d, 0x43, 0xaa, 0x08, 0xd4, 0x6d,
0xb6, 0x33, 0xdc, 0xaf, 0x37, 0xee, 0xfe, 0xe7, 0xeb, 0x5b, 0xe2, 0x7e, 0xbd, 0x99, 0xd6, 0x3e,
0x60, 0xa3, 0x5b, 0x80, 0x5b, 0x19, 0xcd, 0x45, 0xfa, 0xd9, 0x28, 0xf6, 0x3d, 0xb4, 0xf2, 0x0f,
0xba, 0xfd, 0x18, 0xc5, 0xbd, 0xff, 0x3f, 0xf0, 0xe2, 0x6c, 0x1f, 0xa4, 0x6f, 0xc3, 0xf2, 0x08,
0xff, 0x21, 0x7e, 0xfc, 0x37, 0x00, 0x00, 0xff, 0xff, 0x1b, 0xce, 0xfd, 0xa1, 0x50, 0x08, 0x00,
0x00,
// 994 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdb, 0x6e, 0xe3, 0x36,
0x10, 0x85, 0xe3, 0x24, 0x8e, 0x47, 0x4e, 0xe2, 0x68, 0xb3, 0xbb, 0xdc, 0x5b, 0x93, 0x38, 0x9b,
0xad, 0x5b, 0x14, 0xdb, 0xc6, 0xdb, 0x1f, 0xc8, 0xa5, 0x68, 0x03, 0x74, 0xdb, 0x42, 0xf6, 0xa2,
0x4f, 0x85, 0x40, 0x8b, 0x8c, 0x2d, 0x58, 0x12, 0x69, 0x91, 0xda, 0xc0, 0x40, 0xd1, 0xff, 0xe8,
0x17, 0xf5, 0xb7, 0x0a, 0xce, 0x48, 0xb2, 0x9c, 0xa7, 0x3e, 0xf4, 0x8d, 0x73, 0x66, 0xc8, 0x39,
0x3c, 0x3c, 0xa4, 0x04, 0xdd, 0xa9, 0x4a, 0xdf, 0xeb, 0x5c, 0x59, 0xe5, 0xb7, 0xa7, 0x2a, 0x1d,
0x7c, 0x0b, 0x07, 0x57, 0x85, 0x55, 0x63, 0x5d, 0x04, 0x72, 0x59, 0x48, 0x63, 0xfd, 0x37, 0x00,
0x33, 0xa5, 0x84, 0x09, 0x33, 0x9e, 0x4a, 0xd6, 0x3a, 0x6d, 0x0d, 0xbb, 0x41, 0x17, 0x91, 0x5f,
0x78, 0x2a, 0x07, 0x31, 0x1c, 0xd6, 0x13, 0x8c, 0x56, 0x99, 0x91, 0x6e, 0x86, 0xcc, 0x73, 0x95,
0x87, 0x91, 0x12, 0x34, 0x63, 0x27, 0xe8, 0x22, 0x72, 0xa3, 0x84, 0xf4, 0xcf, 0x61, 0x9f, 0xd2,
0xa9, 0x34, 0x86, 0xcf, 0x24, 0xdb, 0xc2, 0x35, 0x7b, 0x08, 0x7e, 0x24, 0xcc, 0xf7, 0x61, 0x5b,
0x70, 0xcb, 0x59, 0xfb, 0xb4, 0x3d, 0xec, 0x06, 0x38, 0x1e, 0xfc, 0xd3, 0x82, 0x7e, 0x20, 0x23,
0x95, 0xa6, 0x32, 0x13, 0xff, 0x8d, 0x9e, 0x7f, 0x0c, 0x3b, 0xdc, 0xda, 0xdc, 0x94, 0x4d, 0x28,
0x70, 0xa8, 0xcc, 0x22, 0xae, 0x59, 0x9b, 0x50, 0x0c, 0xfc, 0x3e, 0xb4, 0xb3, 0x22, 0x65, 0xdb,
0x48, 0xd8, 0x0d, 0x1d, 0x55, 0x21, 0x93, 0xf8, 0xb3, 0xcc, 0x57, 0xa1, 0x5d, 0x69, 0xc9, 0x76,
0x30, 0xd7, 0xab, 0xc0, 0xc9, 0x4a, 0x23, 0xd5, 0xfb, 0x84, 0xcf, 0xd8, 0x2e, 0xe6, 0x70, 0xec,
0x58, 0x4d, 0x73, 0x9e, 0x09, 0x62, 0xd5, 0x21, 0x56, 0x88, 0xa0, 0x68, 0x7f, 0x40, 0xaf, 0x52,
0xeb, 0x96, 0x5b, 0xee, 0xf8, 0x58, 0x65, 0x79, 0x82, 0xfc, 0xdb, 0x01, 0x05, 0xf5, 0xc2, 0x5b,
0x8d, 0x85, 0xcf, 0x1b, 0xba, 0x78, 0xa3, 0xc3, 0xf7, 0xee, 0xf8, 0x7e, 0x74, 0xbb, 0xfd, 0xa8,
0x84, 0x4c, 0x4a, 0xa1, 0xfe, 0x82, 0xa3, 0x86, 0x4e, 0xff, 0xe3, 0xa9, 0x5c, 0xd4, 0xdd, 0x5b,
0x43, 0x6f, 0x74, 0x84, 0xdd, 0x9b, 0x1b, 0x29, 0xfb, 0x7f, 0x07, 0xde, 0xaf, 0x93, 0x9f, 0x7e,
0x08, 0xc2, 0xab, 0xc9, 0x24, 0x18, 0xfb, 0x67, 0xd0, 0x9b, 0xe5, 0xca, 0x98, 0xf0, 0x41, 0xce,
0xe2, 0xb9, 0x2d, 0x0f, 0xc9, 0x43, 0xec, 0x77, 0x84, 0x06, 0x7f, 0x82, 0xf7, 0x33, 0x17, 0x42,
0xe6, 0xbf, 0xe5, 0x71, 0x24, 0xfd, 0xd7, 0xd0, 0xd5, 0x45, 0x1e, 0xcd, 0xb9, 0x91, 0xa6, 0xd4,
0x64, 0x0d, 0xf8, 0x2f, 0x60, 0x4f, 0xbb, 0xb2, 0x30, 0xca, 0x90, 0xe5, 0x56, 0xd0, 0xc1, 0xf8,
0x26, 0x5b, 0xa7, 0x0a, 0x83, 0x24, 0xab, 0xd4, 0xa7, 0xc6, 0x2c, 0x1e, 0xe1, 0x11, 0x57, 0xa9,
0xab, 0x68, 0xf0, 0x37, 0x00, 0xac, 0x45, 0xf4, 0x2f, 0xc1, 0x53, 0x76, 0x2e, 0xf3, 0x90, 0x9c,
0xd3, 0xc2, 0xcd, 0xf6, 0x71, 0xb3, 0x8d, 0x6d, 0x05, 0x80, 0x45, 0x57, 0x68, 0xa8, 0x57, 0xd0,
0xd5, 0x71, 0xb4, 0x20, 0x93, 0x6c, 0x21, 0xe1, 0x3d, 0x07, 0xa0, 0x41, 0x18, 0x74, 0xa6, 0x3c,
0x47, 0xd9, 0xc9, 0x6f, 0x55, 0xe8, 0x38, 0x91, 0x79, 0x63, 0x81, 0x9c, 0xba, 0x41, 0x07, 0xe3,
0x3b, 0xb1, 0xf6, 0x75, 0xed, 0xbb, 0x76, 0xe9, 0x6b, 0x5c, 0xf3, 0x04, 0x3c, 0x53, 0x68, 0x9d,
0xc4, 0x32, 0x77, 0x93, 0x77, 0x31, 0x0f, 0x15, 0x74, 0x27, 0xdc, 0xd2, 0xe4, 0xc0, 0x58, 0xa0,
0xff, 0xda, 0x41, 0x07, 0xe3, 0x3b, 0xe1, 0xc8, 0x46, 0x09, 0x37, 0xae, 0xeb, 0x25, 0xdb, 0x23,
0xb2, 0x08, 0xdc, 0x89, 0xcb, 0x66, 0x72, 0xc4, 0xba, 0x1b, 0xc9, 0xd1, 0xa3, 0xcb, 0x06, 0x8f,
0x2f, 0xdb, 0x33, 0xd8, 0x35, 0x96, 0xdb, 0xc2, 0x30, 0x0f, 0x27, 0x96, 0x91, 0x13, 0x40, 0x66,
0x6e, 0xc3, 0x82, 0xf5, 0x68, 0x97, 0x65, 0xb8, 0xbe, 0x88, 0xfb, 0xcd, 0x8b, 0xc8, 0xa0, 0xa3,
0x79, 0xb4, 0x88, 0xb3, 0x19, 0x3b, 0x20, 0xea, 0x65, 0xb8, 0x26, 0x50, 0x64, 0xb1, 0x65, 0x87,
0x0d, 0x55, 0x3e, 0x65, 0xb1, 0x45, 0xa7, 0x91, 0x9e, 0x29, 0x9f, 0x49, 0xc3, 0xfa, 0xa7, 0xad,
0xe1, 0x5e, 0xe0, 0x91, 0xa6, 0x08, 0xb9, 0x4b, 0xae, 0xc5, 0x3d, 0x3b, 0xc2, 0x7e, 0x6e, 0xe8,
0xa4, 0xa4, 0x49, 0xd3, 0x3c, 0x96, 0xf7, 0xcc, 0xc7, 0x0c, 0xb5, 0xb9, 0x76, 0x88, 0x9b, 0x92,
0xaa, 0x25, 0x7b, 0x82, 0xdd, 0xdc, 0x10, 0x11, 0xbd, 0x64, 0xc7, 0x25, 0xa2, 0x97, 0xfe, 0x07,
0xe8, 0x25, 0x68, 0xe0, 0x10, 0x4d, 0xc5, 0x9e, 0xe2, 0xfd, 0x24, 0xd3, 0x34, 0x9c, 0x1d, 0x78,
0x49, 0xc3, 0xe6, 0x27, 0xe0, 0x15, 0x5a, 0x70, 0x2b, 0x43, 0x1b, 0xa7, 0x92, 0x3d, 0xa3, 0x43,
0x24, 0x68, 0x12, 0xa7, 0xe8, 0x0f, 0xb3, 0x28, 0x48, 0xed, 0xe7, 0xa4, 0x9c, 0x59, 0x14, 0xa8,
0x35, 0x52, 0x48, 0x18, 0xab, 0x28, 0x24, 0x4e, 0x4b, 0x63, 0x55, 0xb4, 0x60, 0x2f, 0xe8, 0x11,
0xc1, 0x60, 0xfd, 0x00, 0xbe, 0x6c, 0x3e, 0x80, 0x3e, 0x6c, 0x47, 0xca, 0x58, 0xf6, 0x0a, 0x41,
0x1c, 0xbb, 0x66, 0x99, 0x7c, 0x08, 0x11, 0x7f, 0x4d, 0xcd, 0x32, 0xf9, 0x70, 0xe3, 0x52, 0x17,
0x70, 0x50, 0xbb, 0x8d, 0x7a, 0xbc, 0xc1, 0x1e, 0xfb, 0x15, 0x3a, 0xc6, 0x5e, 0xdf, 0x80, 0x6f,
0x64, 0x72, 0x1f, 0xd6, 0xb5, 0xe8, 0xdd, 0x2f, 0xb0, 0xb4, 0xef, 0x32, 0xe3, 0x32, 0x81, 0x16,
0x1e, 0x42, 0x3f, 0xca, 0xc2, 0xf5, 0xfb, 0xea, 0x24, 0x38, 0xc1, 0xbe, 0x07, 0x51, 0x76, 0x5b,
0xbd, 0xb0, 0x4e, 0x86, 0xcd, 0xd7, 0xf4, 0xf4, 0xd1, 0x6b, 0xea, 0x9e, 0xae, 0xba, 0x23, 0x56,
0x9c, 0xd1, 0xd3, 0x55, 0x81, 0x58, 0xf4, 0x0e, 0x0e, 0xd7, 0xce, 0xa1, 0xb2, 0x01, 0x96, 0xed,
0xd7, 0xf6, 0xc1, 0xba, 0x33, 0xe8, 0x95, 0x66, 0xa3, 0xa2, 0x73, 0x7a, 0xac, 0x4a, 0x0c, 0x4b,
0x06, 0xb0, 0x9f, 0xea, 0x65, 0x63, 0xa1, 0xb7, 0x54, 0x93, 0xea, 0x65, 0xbd, 0xcc, 0x73, 0xe8,
0xf0, 0x88, 0xf6, 0x7f, 0x41, 0x77, 0x81, 0x47, 0xb8, 0xeb, 0x33, 0xe8, 0xf1, 0x24, 0x51, 0x4e,
0xe7, 0x42, 0xab, 0x8c, 0xbd, 0xc3, 0xac, 0x87, 0xd8, 0x0d, 0x42, 0xfe, 0x5b, 0x38, 0xa8, 0xef,
0x27, 0x35, 0xf8, 0x92, 0x36, 0x54, 0x5d, 0x52, 0xec, 0xd0, 0xa8, 0x1a, 0x51, 0xd5, 0x70, 0xa3,
0x6a, 0x84, 0x55, 0x4f, 0x61, 0x37, 0x36, 0xe1, 0xb4, 0x58, 0xb1, 0xaf, 0xc8, 0x15, 0xb1, 0xb9,
0x2e, 0x56, 0x4e, 0xfb, 0xf9, 0x22, 0xdc, 0xfc, 0xb6, 0x7d, 0x4d, 0xda, 0xcf, 0x17, 0xb7, 0x8d,
0xaf, 0xdb, 0xe8, 0x1a, 0xe0, 0x5a, 0xa5, 0x63, 0x99, 0x7f, 0x76, 0x8e, 0xfd, 0x1e, 0x3a, 0xe5,
0xd7, 0xde, 0x7f, 0x82, 0xde, 0xde, 0xfc, 0x59, 0x78, 0x79, 0xbc, 0x09, 0xd2, 0x97, 0x61, 0xba,
0x8b, 0x3f, 0x18, 0x1f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x64, 0x3d, 0x6e, 0x0a, 0x6d, 0x08,
0x00, 0x00,
}
......@@ -60,7 +60,7 @@ message OTHER_ATTRS {
string gross_wegiht = 1;
}
message LADDER_PRICE {
message LadderPrice {
int64 purchases = 1;
float price_cn = 2;
float price_us = 3;
......@@ -89,7 +89,7 @@ message GoodsModel {
int64 moq = 19;
int64 mpq = 20;
// @inject_tag: json:"ladder_price"
repeated LADDER_PRICE ladder_price = 21;
repeated LadderPrice ladder_price = 21;
int64 update_time = 22;
string sku_name = 23;
int64 mpl = 24;
......
......@@ -46,10 +46,10 @@ func GetGoodsInfo(goodsIdsStr string) (goodsList []*bom.GoodsModel, err error) {
goods.Status = data.Get("status").Int()
goods.GoodsType = data.Get("goods_type").Int()
goods.AcType = data.Get("ac_type").Int()
var ladderPrice []*bom.LADDER_PRICE
var ladderPrice []*bom.LadderPrice
for _, price := range data.Get("ladder_price").Array() {
var ladder bom.LADDER_PRICE
ladder = bom.LADDER_PRICE{
var ladder bom.LadderPrice
ladder = bom.LadderPrice{
Purchases: price.Get("purchases").Int(),
PriceUs: float32(price.Get("price_us").Float()),
PriceCn: float32(price.Get("price_cn").Float()),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment