This commit is contained in:
苏尹岚
2020-12-14 16:06:06 +08:00
parent 3ab59259c8
commit 8059e29291
4 changed files with 19 additions and 10 deletions

View File

@@ -274,9 +274,9 @@ func TestGetJdShopOrders(t *testing.T) {
}
func TestGetJdTopSkus(t *testing.T) {
err := api.GetJdStoreInfo("12050477")
if err != nil {
t.Fatal(err)
}
// err := api.GetJdStoreInfo("12050477")
// if err != nil {
// t.Fatal(err)
// }
// t.Log(utils.Format4Output(result, false))
}