文档
测试

获取校区列表

POST
http://leave.com/evaluate/api/InterestClass/getXiaoquList

请求头

参数名
类型
描述
必填
Authorization
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "3", "name": "三房巷办学点", "type": "4" }, { "id": "10", "name": "倪家巷实验小学", "type": "4" }, { "id": "17", "name": "周东办学点", "type": "4" }, { "id": "24", "name": "东区实验小学", "type": "4" }, { "id": "31", "name": "周庄实验小学", "type": "4" } ] }