提交 5ed380c0 authored 作者: gukai's avatar gukai

Merge branch 'alibaba'

...@@ -147,7 +147,7 @@ type GoodsInfoRes struct { ...@@ -147,7 +147,7 @@ type GoodsInfoRes struct {
AttributeName string `json:"attributeName"` AttributeName string `json:"attributeName"`
Value string `json:"value"` Value string `json:"value"`
IsCustom bool `json:"isCustom"` IsCustom bool `json:"isCustom"`
} `json:"attributes"` } `json:"productAttribute"`
Status string `json:"status"` Status string `json:"status"`
} `json:"productInfo"` } `json:"productInfo"`
} }
......
...@@ -270,7 +270,7 @@ type OrderBeforeItem struct { ...@@ -270,7 +270,7 @@ type OrderBeforeItem struct {
//Before 验证订单商品 //Before 验证订单商品
func (s *orderAli) Before(ctx context.Context, req *OrderCommonReq) (res *OrderBeforeRes, err error) { func (s *orderAli) Before(ctx context.Context, req *OrderCommonReq) (res *OrderBeforeRes, err error) {
method := "com.alibaba.fenxiao/alibaba.trade.createFenxiaoOrder.preview" method := "com.alibaba.trade/alibaba.createOrder.preview"
//添加分销关系 //添加分销关系
for k,v:= range req.CargoParam { for k,v:= range req.CargoParam {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论