饿百获取门店橱窗商品api修改

This commit is contained in:
苏尹岚
2020-01-20 17:26:40 +08:00
parent c0b3f5fc38
commit 1bc0db94bc
2 changed files with 55 additions and 70 deletions

View File

@@ -148,6 +148,6 @@ func TestGetShopListIDs(t *testing.T) {
}
func TestGetStoresShowWindowSkus(t *testing.T) {
result, _ := api.GetStoresShowWindowSkus(32267315055)
result, _ := api.GetStoresShowWindowSkus(32267089415)
t.Log(utils.Format4Output(result, false))
}