|
|
|
@ -2074,16 +2074,16 @@ var doc = `{
|
|
|
|
|
"version": "1.0"
|
|
|
|
|
},
|
|
|
|
|
"paths": {
|
|
|
|
|
"/base/business/GetBaseBusiness": {
|
|
|
|
|
"get": {
|
|
|
|
|
"/base/business/DeleteBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取业务系统信息(单条)",
|
|
|
|
|
"description": "删除业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
@ -2100,7 +2100,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取业务系统信息(单条)",
|
|
|
|
|
"summary": "删除业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
@ -2167,16 +2167,16 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/DeleteBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"/base/business/GetBaseBusiness": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "删除业务系统信息",
|
|
|
|
|
"description": "获取业务系统信息(单条)",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "businessCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
@ -2193,7 +2193,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "删除业务系统信息",
|
|
|
|
|
"summary": "获取业务系统信息(单条)",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
@ -2210,12 +2210,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/UpdateBaseBusiness": {
|
|
|
|
|
"/base/business/AddBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "修改业务系统信息",
|
|
|
|
|
"description": "增加业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
@ -2243,7 +2243,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "修改业务系统信息",
|
|
|
|
|
"summary": "增加业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
@ -2253,7 +2253,7 @@ var doc = `{
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
"businessCode": "6:6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
@ -2264,12 +2264,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/AddBaseBusiness": {
|
|
|
|
|
"/base/business/UpdateBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "增加业务系统信息",
|
|
|
|
|
"description": "修改业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
@ -2297,7 +2297,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "增加业务系统信息",
|
|
|
|
|
"summary": "修改业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
@ -2307,7 +2307,7 @@ var doc = `{
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6:6"
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
@ -3686,12 +3686,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/student/ExportStudentExcel": {
|
|
|
|
|
"/base/student/ExportStudentAccountExcel": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "导出本校学生信息到EXCEL",
|
|
|
|
|
"description": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "学校ID",
|
|
|
|
@ -3718,7 +3718,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "导出本校学生信息到EXCEL",
|
|
|
|
|
"summary": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"tags": [
|
|
|
|
|
"学生信息"
|
|
|
|
|
],
|
|
|
|
@ -3743,12 +3743,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/student/ExportStudentAccountExcel": {
|
|
|
|
|
"/base/student/ExportStudentExcel": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"description": "导出本校学生信息到EXCEL",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "学校ID",
|
|
|
|
@ -3775,7 +3775,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"summary": "导出本校学生信息到EXCEL",
|
|
|
|
|
"tags": [
|
|
|
|
|
"学生信息"
|
|
|
|
|
],
|
|
|
|
@ -8117,12 +8117,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/organization/PageMainSchoolInfo": {
|
|
|
|
|
"/base/organization/PageSchoolInfo": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取主校列表",
|
|
|
|
|
"description": "获取学校列表",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "第几页",
|
|
|
|
@ -8146,9 +8146,16 @@ var doc = `{
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "学校ID,增加学校时无需传,修改学校时需要传被修改学校的ID",
|
|
|
|
|
"description": "学校办学类型 -1:全部",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "orgId",
|
|
|
|
|
"name": "xxbxlxm",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "学校名称",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "orgName",
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
@ -8159,11 +8166,11 @@ var doc = `{
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/base.organization.PageMainSchoolInfo"
|
|
|
|
|
"$ref": "#/definitions/base.organization.PageSchoolInfo"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取主校列表",
|
|
|
|
|
"summary": "获取学校列表",
|
|
|
|
|
"tags": [
|
|
|
|
|
"组织机构"
|
|
|
|
|
],
|
|
|
|
@ -8193,6 +8200,9 @@ var doc = `{
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"orgName": "1,30"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-removeswaggerfield": [
|
|
|
|
@ -8235,12 +8245,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/organization/PageSchoolInfo": {
|
|
|
|
|
"/base/organization/PageMainSchoolInfo": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取学校列表",
|
|
|
|
|
"description": "获取主校列表",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "第几页",
|
|
|
|
@ -8264,16 +8274,9 @@ var doc = `{
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "学校办学类型 -1:全部",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "xxbxlxm",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "学校名称",
|
|
|
|
|
"description": "学校ID,增加学校时无需传,修改学校时需要传被修改学校的ID",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "orgName",
|
|
|
|
|
"name": "orgId",
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
@ -8284,11 +8287,11 @@ var doc = `{
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/base.organization.PageSchoolInfo"
|
|
|
|
|
"$ref": "#/definitions/base.organization.PageMainSchoolInfo"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取学校列表",
|
|
|
|
|
"summary": "获取主校列表",
|
|
|
|
|
"tags": [
|
|
|
|
|
"组织机构"
|
|
|
|
|
],
|
|
|
|
@ -8318,9 +8321,6 @@ var doc = `{
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"orgName": "1,30"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-removeswaggerfield": [
|
|
|
|
@ -9821,7 +9821,9 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
|
"1"
|
|
|
|
|
"1",
|
|
|
|
|
"3",
|
|
|
|
|
"4"
|
|
|
|
|
],
|
|
|
|
|
"x-sort": [
|
|
|
|
|
6
|
|
|
|
@ -9910,30 +9912,16 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/PageGovArea": {
|
|
|
|
|
"get": {
|
|
|
|
|
"/base/area/DeleteGovArea": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取行政区划信息(列表)",
|
|
|
|
|
"description": "删除行政区划信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "第几页",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "page",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "一页显示多少条",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "limit",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "行政区划码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"description": "区域代码",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
@ -9946,22 +9934,15 @@ var doc = `{
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/base.area.PageGovArea"
|
|
|
|
|
"$ref": "#/definitions/Model.Res"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取行政区划信息(列表)",
|
|
|
|
|
"summary": "删除行政区划信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"行政区划"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"page",
|
|
|
|
|
"limit",
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-intlimit": [
|
|
|
|
|
"page",
|
|
|
|
|
"limit",
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
@ -9977,9 +9958,6 @@ var doc = `{
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7"
|
|
|
|
|
],
|
|
|
|
|
"x-tablename": [
|
|
|
|
|
"t_gov_area"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -10035,40 +10013,33 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/AddGovArea": {
|
|
|
|
|
"post": {
|
|
|
|
|
"/base/area/PageGovArea": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "增加行政区划信息",
|
|
|
|
|
"description": "获取行政区划信息(列表)",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "区域代码",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"description": "第几页",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "page",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "区域名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaName",
|
|
|
|
|
"description": "一页显示多少条",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "limit",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "上级代码",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "masterCode",
|
|
|
|
|
"description": "行政区划码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "区域类型",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaTypeId",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "integer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -10078,32 +10049,27 @@ var doc = `{
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/Model.Res"
|
|
|
|
|
"$ref": "#/definitions/base.area.PageGovArea"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "增加行政区划信息",
|
|
|
|
|
"summary": "获取行政区划信息(列表)",
|
|
|
|
|
"tags": [
|
|
|
|
|
"行政区划"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"areaTypeId",
|
|
|
|
|
"areaCode",
|
|
|
|
|
"areaName",
|
|
|
|
|
"masterCode"
|
|
|
|
|
"page",
|
|
|
|
|
"limit",
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-intlimit": [
|
|
|
|
|
"areaTypeId"
|
|
|
|
|
"page",
|
|
|
|
|
"limit",
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"masterCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"areaName": "3,50"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
@ -10114,15 +10080,18 @@ var doc = `{
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7"
|
|
|
|
|
],
|
|
|
|
|
"x-tablename": [
|
|
|
|
|
"t_gov_area"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/DeleteGovArea": {
|
|
|
|
|
"/base/area/AddGovArea": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "删除行政区划信息",
|
|
|
|
|
"description": "增加行政区划信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "区域代码",
|
|
|
|
@ -10130,6 +10099,27 @@ var doc = `{
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "区域名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaName",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "上级代码",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "masterCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "区域类型",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "areaTypeId",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "integer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -10143,16 +10133,28 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "删除行政区划信息",
|
|
|
|
|
"summary": "增加行政区划信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"行政区划"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"areaCode"
|
|
|
|
|
"areaTypeId",
|
|
|
|
|
"areaCode",
|
|
|
|
|
"areaName",
|
|
|
|
|
"masterCode"
|
|
|
|
|
],
|
|
|
|
|
"x-intlimit": [
|
|
|
|
|
"areaTypeId"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"masterCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"areaName": "3,50"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
|