简要描述:
- 分区列表
请求域名:
- http://xx.com
请求路由:
GET/&route=plugin.store-scan-code-meals.frontend.restaurant.all-classify
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
store_id | int | 是 | 门店ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "list",
"data": [
{
"id": 4,
"uniacid": 6,
"store_id": 8,
"name": "1区",
}
]
}
data返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | 分区ID | |
name | string | 分区名称 |