This commit is contained in:
苏尹岚
2020-11-20 17:57:08 +08:00
parent 264d1ea1ea
commit 4b45246898
3 changed files with 26 additions and 9 deletions

View File

@@ -274,10 +274,9 @@ func TestGetJdShopOrders(t *testing.T) {
}
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))
err := api.GetJdStoreInfo("12050477")
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}