提交 81811f2c authored 作者: 屈传平's avatar 屈传平

wandian

上级 f0a537f5
...@@ -62,9 +62,9 @@ type TradeListReq struct { ...@@ -62,9 +62,9 @@ type TradeListReq struct {
} }
type TradePushReq struct { type TradePushReq struct {
ShopNo string `json:"shop_no"` ShopNo string `json:"shop_no"`
Switch int `json:"switch"` Switch int `json:"switch"`
TradeList *TradeListReq `json:"trade_list"` TradeList string `json:"trade_list"`
} }
type TradePushRes struct { type TradePushRes struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论