提交 17691737 authored 作者: 张立波's avatar 张立波

盛创汇联

上级 4a4ba6af
...@@ -10,11 +10,18 @@ type GoodsEventRes struct { ...@@ -10,11 +10,18 @@ type GoodsEventRes struct {
CommonRes CommonRes
Result []struct { Result []struct {
EventKey string `json:"eventKey"` EventKey string `json:"eventKey"`
//GOODS_PRICE:规格价格变动
//GOODS_UP_STATE:商品上架
//GOODS_DOWN_STATE:商品下架
//GOODS_UPDATE_STOCK:规格库存变动
//GOODS_ADD_ITEM:商品添加规格
//GOODS_REMOVE_ITEM:商品移除规格
EventDesc string `json:"eventDesc"` EventDesc string `json:"eventDesc"`
ChangesContent []struct { ChangesContent []struct {
Code string `json:"code,omitempty"` Code string `json:"code,omitempty"`
Price string `json:"price,omitempty"` Price string `json:"price,omitempty"`
Id string `json:"id,omitempty"` Id string `json:"id,omitempty"`
GoodsId string `json:"goodsId,omitempty"`
State string `json:"state,omitempty"` State string `json:"state,omitempty"`
} `json:"changesContent"` } `json:"changesContent"`
} `json:"result"` } `json:"result"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论