|
|
|
@ -1981,7 +1981,7 @@ var doc = `{
|
|
|
|
|
"type": "object"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"host": "127.0.0.1:8002",
|
|
|
|
|
"host": "10.10.14.187:8002",
|
|
|
|
|
"info": {
|
|
|
|
|
"contact": {
|
|
|
|
|
"email": "support@swagger.io",
|
|
|
|
@ -1997,12 +1997,12 @@ var doc = `{
|
|
|
|
|
"version": "1.0"
|
|
|
|
|
},
|
|
|
|
|
"paths": {
|
|
|
|
|
"/base/business/UpdateBaseBusiness": {
|
|
|
|
|
"/base/business/DeleteBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "修改业务系统信息",
|
|
|
|
|
"description": "删除业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
@ -2010,13 +2010,6 @@ var doc = `{
|
|
|
|
|
"name": "businessCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessName",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -2030,20 +2023,16 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "修改业务系统信息",
|
|
|
|
|
"summary": "删除业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"businessCode",
|
|
|
|
|
"businessName"
|
|
|
|
|
"businessCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
@ -2051,19 +2040,26 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/GetBaseBusiness": {
|
|
|
|
|
"get": {
|
|
|
|
|
"/base/business/UpdateBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取业务系统信息(单条)",
|
|
|
|
|
"description": "修改业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessName",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -2077,16 +2073,20 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取业务系统信息(单条)",
|
|
|
|
|
"summary": "修改业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"businessCode"
|
|
|
|
|
"businessCode",
|
|
|
|
|
"businessName"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
@ -2094,26 +2094,19 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/AddBaseBusiness": {
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessName",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -2127,20 +2120,16 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "增加业务系统信息",
|
|
|
|
|
"summary": "获取业务系统信息(单条)",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"businessCode",
|
|
|
|
|
"businessName"
|
|
|
|
|
"businessCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6:6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
@ -2198,12 +2187,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/business/DeleteBaseBusiness": {
|
|
|
|
|
"/base/business/AddBaseBusiness": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "删除业务系统信息",
|
|
|
|
|
"description": "增加业务系统信息",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统编码",
|
|
|
|
@ -2211,6 +2200,13 @@ var doc = `{
|
|
|
|
|
"name": "businessCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "业务系统名称",
|
|
|
|
|
"in": "formData",
|
|
|
|
|
"name": "businessName",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
@ -2224,16 +2220,20 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "删除业务系统信息",
|
|
|
|
|
"summary": "增加业务系统信息",
|
|
|
|
|
"tags": [
|
|
|
|
|
"业务系统维护"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"businessCode"
|
|
|
|
|
"businessCode",
|
|
|
|
|
"businessName"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"businessCode": "6,6"
|
|
|
|
|
"businessCode": "6:6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"businessName": "1:50"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
@ -3564,12 +3564,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/student/ExportStudentAccountExcel": {
|
|
|
|
|
"/base/student/ExportStudentExcel": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"description": "导出本校学生信息到EXCEL",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "学校ID",
|
|
|
|
@ -3596,7 +3596,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"summary": "导出本校学生信息到EXCEL",
|
|
|
|
|
"tags": [
|
|
|
|
|
"学生信息"
|
|
|
|
|
],
|
|
|
|
@ -3621,12 +3621,12 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/student/ExportStudentExcel": {
|
|
|
|
|
"/base/student/ExportStudentAccountExcel": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "导出本校学生信息到EXCEL",
|
|
|
|
|
"description": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "学校ID",
|
|
|
|
@ -3653,7 +3653,7 @@ var doc = `{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "导出本校学生信息到EXCEL",
|
|
|
|
|
"summary": "导出本校学生账号信息到EXCEL",
|
|
|
|
|
"tags": [
|
|
|
|
|
"学生信息"
|
|
|
|
|
],
|
|
|
|
@ -8881,58 +8881,6 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/GetGovArea": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取行政区划信息(单条)",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "行政区划码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
|
"application/json"
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/Model.Res"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取行政区划信息(单条)",
|
|
|
|
|
"tags": [
|
|
|
|
|
"行政区划"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-intlimit": [
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/DeleteGovArea": {
|
|
|
|
|
"post": {
|
|
|
|
|
"consumes": [
|
|
|
|
@ -9137,6 +9085,58 @@ var doc = `{
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/area/GetGovArea": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|
"application/x-www-form-urlencoded"
|
|
|
|
|
],
|
|
|
|
|
"description": "获取行政区划信息(单条)",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"description": "行政区划码",
|
|
|
|
|
"in": "query",
|
|
|
|
|
"name": "areaCode",
|
|
|
|
|
"required": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"produces": [
|
|
|
|
|
"application/json"
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "OK",
|
|
|
|
|
"schema": {
|
|
|
|
|
"$ref": "#/definitions/Model.Res"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"summary": "获取行政区划信息(单条)",
|
|
|
|
|
"tags": [
|
|
|
|
|
"行政区划"
|
|
|
|
|
],
|
|
|
|
|
"x-emptylimit": [
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-intlimit": [
|
|
|
|
|
"areaCode"
|
|
|
|
|
],
|
|
|
|
|
"x-lengthlimit": [
|
|
|
|
|
{
|
|
|
|
|
"areaCode": "6,6"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"x-rolelimit": [
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/base/role/GetManageAreaInfo": {
|
|
|
|
|
"get": {
|
|
|
|
|
"consumes": [
|
|
|
|
|