京东置顶商品

This commit is contained in:
苏尹岚
2020-08-14 17:21:21 +08:00
parent f294d50a08
commit 9a07035b58
3 changed files with 38 additions and 1 deletions

View File

@@ -272,3 +272,12 @@ func TestGetJdShopOrders(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetJdTopSkus(t *testing.T) {
result1, result2, err := api.GetJdTopSkus("11732425")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result1, false))
t.Log(utils.Format4Output(result2, false))
}