# 获取门店列表
# 简要描述
- 获取门店列表
# 请求URL
/openapi/common/schoolGeneralApi/getStoreList/v1
# 请求方式
- GET
# 参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
useStoreId | 是 | int | 是否使用门店ID 0不使用 1使用,这里固定传0 |
# 返回示例
{
"msg": null,
"code": 200,
"obj": [
{
"num": null,
"name": "峰尚中学",
"remark": null,
"type": null,
"value": "1348547375056674816",
"status": null
}
],
"sign": "5c14af1a1e356b5e4bcf1c8dd1b10ba1"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
name | string | 门店名称 |
value | string | 门店ID |