提交 346ccfb3 authored 作者: 赵雪如's avatar 赵雪如

三方该商品删除了

上级 ab41acb0
...@@ -185,7 +185,9 @@ func (s *goodsTmNew) QueryItemDetailWithDivision(ctx context.Context,addr string ...@@ -185,7 +185,9 @@ func (s *goodsTmNew) QueryItemDetailWithDivision(ctx context.Context,addr string
} }
log(ctx,gjson.New(item).MustToJsonString(),result.Body,err) log(ctx,gjson.New(item).MustToJsonString(),result.Body,err)
if *result.Body.Success ==false{
return
}
_ = gjson.NewWithOptions(result.Body, gjson.Options{ _ = gjson.NewWithOptions(result.Body, gjson.Options{
StrNumber: true, StrNumber: true,
}).Scan(&res) }).Scan(&res)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论