获取饿鲜打全国账号商品接口

This commit is contained in:
苏尹岚
2020-02-21 13:32:33 +08:00
parent cb412384c8
commit 8a7a94368e
2 changed files with 69 additions and 0 deletions

View File

@@ -169,3 +169,13 @@ func TestPageGetSku(t *testing.T) {
result, _ := api.PageGetSku(32267350915, 15813853840796298)
t.Log(utils.Format4Output(result, false))
}
func TestGetEbaiDepotSku(t *testing.T) {
result, _ := api.GetEbaiDepotSku(EbaiWholeCountryStore, "190700570")
t.Log(utils.Format4Output(result, false))
}
func TestGetEbaiSku(t *testing.T) {
result, _ := api.GetEbaiSku("1578500400097", EbaiWholeCountryStore)
t.Log(utils.Format4Output(result, false))
}