饿鲜达获取商品库接口修改

This commit is contained in:
苏尹岚
2020-02-14 09:22:06 +08:00
parent 661c9aba89
commit 76e9091494
2 changed files with 21 additions and 16 deletions

View File

@@ -153,7 +153,10 @@ func TestGetStoresShowWindowSkus(t *testing.T) {
}
func TestGetExianDaSkuDepot(t *testing.T) {
result, _ := api.GetExianDaSkuDepot()
result, err := api.GetExianDaSkuDepot()
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}