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

yunzmall

上级 1cbef05d
...@@ -9,6 +9,7 @@ require ( ...@@ -9,6 +9,7 @@ require (
github.com/alibabacloud-go/tea v1.2.2 github.com/alibabacloud-go/tea v1.2.2
github.com/aliyun/aliyun-log-go-sdk v0.1.27 github.com/aliyun/aliyun-log-go-sdk v0.1.27
github.com/gogf/gf v1.16.6 github.com/gogf/gf v1.16.6
github.com/json-iterator/go v1.1.12
github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a github.com/kjk/betterguid v0.0.0-20170621091430-c442874ba63a
github.com/nsqio/go-nsq v1.1.0 github.com/nsqio/go-nsq v1.1.0
github.com/olivere/elastic/v7 v7.0.30 github.com/olivere/elastic/v7 v7.0.30
......
...@@ -214,6 +214,7 @@ type RefundCreateReq struct { ...@@ -214,6 +214,7 @@ type RefundCreateReq struct {
Num int `json:"num"` //退款商品个数 Num int `json:"num"` //退款商品个数
BarterSkuId int `json:"barter_sku_id,omitempty"` //换货中台规格id BarterSkuId int `json:"barter_sku_id,omitempty"` //换货中台规格id
BarterNum int `json:"barter_num,omitempty"` //换货数量 BarterNum int `json:"barter_num,omitempty"` //换货数量
Freight int `json:"freight"` //运费
} }
type RefundCreateRes struct { type RefundCreateRes struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论