获取饿鲜打全国账号商品接口
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user