获取京东门店等级修改

This commit is contained in:
苏尹岚
2019-12-13 16:52:28 +08:00
parent b5fbc72119
commit 8493aa4ee0

View File

@@ -749,9 +749,6 @@ func (a *API) GetJdStoreLevel(vendorOrgCode, vendorStoreID string) (level string
if level != "" {
break
}
if i == 50 {
level = "0"
}
}
return level, err
}