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

京东

上级 3d5e4f8e
...@@ -471,6 +471,6 @@ func (*goodsJD) Before(ctx context.Context, req []GoodsBeforeReq, address *garra ...@@ -471,6 +471,6 @@ func (*goodsJD) Before(ctx context.Context, req []GoodsBeforeReq, address *garra
_ = gjson.New(result).Scan(&base) _ = gjson.New(result).Scan(&base)
res = &GoodsBeforeRes{} res = &GoodsBeforeRes{}
res.CommonRes = base.CommonRes res.CommonRes = base.CommonRes
_ = gjson.New(base.Result).Scan(res.Result) _ = gjson.New(base.Result).Scan(&res.Result)
return return
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论