merchantAreaShoppingList
获取系统区域和商区列表接口
请求地址 :
| 环境 | 提交方式 | 数据格式 | HTTPS请求地址 |
|---|---|---|---|
| 正式环境 | POST | JSON | https://open.hexinpass.com:8501/api/merchantAreaShoppingList |
示例代码 :
|
1
2
3
4
5
|
https://open.hexinpass.com:8501/api/merchantAreaShoppingList
//传入参数:
{
}
|
返回数据:
areaList |
list |
区域列表 |
>id |
number |
区域Id |
>pid |
number |
父ID 1及为0 |
>areaName |
string |
区域名称 |
>orderId |
number |
排序 |
shoppingList |
list |
商区列表 |
>shoppingAreaId |
number |
商区Id |
>shoppingAreaName |
string |
商区名称 |
>orderId |
number |
排序 |
>areaId |
string |
所属区域Id,","分开 |
>hot |
number |
是否热门 1热门 |