提交 97c613ea authored 作者: 屈传平's avatar 屈传平

Merge branch 'featrue/hdh'

......@@ -27,6 +27,7 @@ type GoodsNotifyRes struct {
SkuNameValues []SkuNameValues `json:"skuNameValues"` //规格信息
ThirdCateID int `json:"thirdCateId"` //
ThirdCateName string `json:"thirdCateName"` //
RichDesc string `json:"richDesc"` //图文详情 html片段
}
type ItemLimitCondition struct {
CycleLimitQuantity int `json:"cycleLimitQuantity"` //周期限购数量
......@@ -36,9 +37,9 @@ type SkuChannels struct {
ChannelName string `json:"channelName"` //渠道名称
ChannelType string `json:"channelType"` //渠道类型
ItemCode string `json:"itemCode"` //商品编码 如果系统需要在会订货系统导入
OriginalPrice int `json:"originalPrice"` //原价
OriginalPrice float64 `json:"originalPrice"` //原价
Price float64 `json:"price"` //现价
SalesStatus float64 `json:"salesStatus"` //商品销售状态(0为不可售 1可售)
SalesStatus int `json:"salesStatus"` //商品销售状态(0为不可售 1可售)
Stock int `json:"stock"` //当前渠道商品的库存数
}
type SkuValues struct {
......
......@@ -31,7 +31,11 @@ type OrderSkuList struct {
}
type OerCreateRes struct {
Code string `json:"code"`
Code string `json:"code"`
Data struct {
OrderNum string `json:"orderNum"`
UserOrderNum string `json:"userOrderNum"`
} `json:"data"`
Message string `json:"message"`
Success int `json:"success"`
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论