获取饿鲜达商品接口修改

This commit is contained in:
苏尹岚
2020-02-20 10:36:07 +08:00
parent 006278bbd6
commit 3710a1a6a3
2 changed files with 8 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ func TestGetStoresShowWindowSkus(t *testing.T) {
}
func TestGetExianDaSkuDepot(t *testing.T) {
result, err := api.GetExianDaSkuDepot()
result, err := api.GetExianDaSkuDepot("190600741")
if err != nil {
t.Fatal(err)
}