简要描述:
- 获取门店,会员总数量和获取对应区域的会员和门店数量
请求域名:
- http://xx.com
请求URL:
plugin.store-cashier.frontend.store.store.get-store-count
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
city_type | 是 | string | province(统计当前全省),city(统计当前全市),district(统计当前全区) |
region_name | 是 | string | 地区名称 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"sotreCount": 14,
"memberCount": 863,
"sotreCityCount": 0,
"memberCityCount": 0
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
sotreCount | int | 商户总数量 |
memberCount | int | 会员总数量 |
sotreCityCount | int | 附近商户数量 |
memberCityCount | int | 附近会员总数量 |
备注:
- 更多返回错误代码请看首页的错误代码描述