You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taobao.items.custom.getapi获取时会如下报错: json: cannot unmarshal object into Go value of type []*product.Item.
调用代码:
`
var req product.ItemsCustomGetRequest
req.SetOuterId(sku)
req.SetFields("num_iid")
taobao.items.custom.get
api获取时会如下报错:json: cannot unmarshal object into Go value of type []*product.Item
.调用代码:
`
var req product.ItemsCustomGetRequest
req.SetOuterId(sku)
req.SetFields("num_iid")
`
10.31更新.
上述乃json不一致问题导致,借鉴前辈的经验.我另外开发了一个sdk,欢迎指点
ohohco
The text was updated successfully, but these errors were encountered: