饿鲜达获取商品库接口修改
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user