commit:权限模块新增分配详情功能

This commit is contained in:
Jerry
2020-11-21 11:33:37 +08:00
parent 5cdf9b7115
commit 512b9be702
401 changed files with 5651 additions and 1328 deletions

View File

@@ -163,16 +163,16 @@ userId|Long|true|指定对象主键Id。
## 班级服务
### AreaCodeController
#### listDictAreaCode
- **URI:** /admin/CourseClass/areaCode/listDictAreaCode
#### listDict
- **URI:** /admin/CourseClass/areaCode/listDict
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**
Name|Type|Description
--|--|--
Authorization|String|身份验证的Token
#### listDictAreaCodeByParentId
- **URI:** /admin/CourseClass/areaCode/listDictAreaCodeByParentId
#### listDictByParentId
- **URI:** /admin/CourseClass/areaCode/listDictByParentId
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**
@@ -339,8 +339,8 @@ Parameter|Type|Required|Description
fieldName|String|true|上传文件名。
asImage|Boolean|true|是否作为图片上传。如果是图片,今后下载的时候无需权限验证。否则就是附件上传,下载时需要权限验证。
uploadFile|File|true|上传文件对象。
#### listDictCourse
- **URI:** /admin/CourseClass/course/listDictCourse
#### listDict
- **URI:** /admin/CourseClass/course/listDict
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**
@@ -422,8 +422,8 @@ Authorization|String|身份验证的Token
Parameter|Type|Required|Description
--|--|--|--
gradeId|Integer|true|指定对象主键Id。
#### listDictGrade
- **URI:** /admin/CourseClass/grade/listDictGrade
#### listDict
- **URI:** /admin/CourseClass/grade/listDict
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**
@@ -530,8 +530,8 @@ Authorization|String|身份验证的Token
Parameter|Type|Required|Description
--|--|--|--
schoolId|Long|true|指定对象主键Id。
#### listDictSchoolInfo
- **URI:** /admin/CourseClass/schoolInfo/listDictSchoolInfo
#### listDict
- **URI:** /admin/CourseClass/schoolInfo/listDict
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**
@@ -1015,8 +1015,8 @@ Authorization|String|身份验证的Token
Parameter|Type|Required|Description
--|--|--|--
studentId|Long|true|指定对象主键Id。
#### listDictStudent
- **URI:** /admin/CourseClass/student/listDictStudent
#### listDict
- **URI:** /admin/CourseClass/student/listDict
- **Type:** GET
- **Content-Type:** multipart/form-data
- **Request-Headers:**

View File

@@ -12,7 +12,7 @@
"name": "AreaCodeController",
"item": [
{
"name": "listDictAreaCode",
"name": "listDict",
"request": {
"method": "GET",
"header": [
@@ -23,7 +23,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/areaCode/listDictAreaCode",
"raw": "http://{{host}}:8082//admin/CourseClass/areaCode/listDict",
"protocol": "http",
"host": [
"{{host}}"
@@ -33,14 +33,14 @@
"admin",
"CourseClass",
"areaCode",
"listDictAreaCode"
"listDict"
]
}
},
"response": []
},
{
"name": "listDictAreaCodeByParentId",
"name": "listDictByParentId",
"request": {
"method": "GET",
"header": [
@@ -51,7 +51,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/areaCode/listDictAreaCodeByParentId",
"raw": "http://{{host}}:8082//admin/CourseClass/areaCode/listDictByParentId",
"protocol": "http",
"host": [
"{{host}}"
@@ -61,7 +61,7 @@
"admin",
"CourseClass",
"areaCode",
"listDictAreaCodeByParentId"
"listDictByParentId"
],
"query": [
{
@@ -141,7 +141,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"course\" : {\n\t\t\"courseName\" : \"\",\n\t\t\"price\" : \"\",\n\t\t\"description\" : \"\",\n\t\t\"difficulty\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"subjectId\" : \"\",\n\t\t\"classHour\" : \"\",\n\t\t\"pictureUrl\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"course\" : {\n\t\t\"courseName\" : \"\",\n\t\t\"price\" : \"\",\n\t\t\"description\" : \"\",\n\t\t\"difficulty\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"subjectId\" : \"0\",\n\t\t\"classHour\" : \"0\",\n\t\t\"pictureUrl\" : \"\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -178,7 +178,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"course\" : {\n\t\t\"courseId\" : \"\",\n\t\t\"courseName\" : \"\",\n\t\t\"price\" : \"\",\n\t\t\"description\" : \"\",\n\t\t\"difficulty\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"subjectId\" : \"\",\n\t\t\"classHour\" : \"\",\n\t\t\"pictureUrl\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"course\" : {\n\t\t\"courseId\" : \"0\",\n\t\t\"courseName\" : \"\",\n\t\t\"price\" : \"\",\n\t\t\"description\" : \"\",\n\t\t\"difficulty\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"subjectId\" : \"0\",\n\t\t\"classHour\" : \"0\",\n\t\t\"pictureUrl\" : \"\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -391,7 +391,7 @@
"response": []
},
{
"name": "listDictCourse",
"name": "listDict",
"request": {
"method": "GET",
"header": [
@@ -402,7 +402,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/course/listDictCourse",
"raw": "http://{{host}}:8082//admin/CourseClass/course/listDict",
"protocol": "http",
"host": [
"{{host}}"
@@ -412,7 +412,7 @@
"admin",
"CourseClass",
"course",
"listDictCourse"
"listDict"
],
"query": [
{
@@ -539,7 +539,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"grade\" : {\n\t\t\"gradeId\" : \"\",\n\t\t\"gradeName\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"grade\" : {\n\t\t\"gradeId\" : \"0\",\n\t\t\"gradeName\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -621,7 +621,7 @@
"response": []
},
{
"name": "listDictGrade",
"name": "listDict",
"request": {
"method": "GET",
"header": [
@@ -632,7 +632,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/grade/listDictGrade",
"raw": "http://{{host}}:8082//admin/CourseClass/grade/listDict",
"protocol": "http",
"host": [
"{{host}}"
@@ -642,7 +642,7 @@
"admin",
"CourseClass",
"grade",
"listDictGrade"
"listDict"
]
}
},
@@ -710,7 +710,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"schoolInfo\" : {\n\t\t\"schoolName\" : \"\",\n\t\t\"provinceId\" : \"\",\n\t\t\"cityId\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"schoolInfo\" : {\n\t\t\"schoolName\" : \"\",\n\t\t\"provinceId\" : \"0\",\n\t\t\"cityId\" : \"0\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -747,7 +747,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"schoolInfo\" : {\n\t\t\"schoolId\" : \"\",\n\t\t\"schoolName\" : \"\",\n\t\t\"provinceId\" : \"\",\n\t\t\"cityId\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"schoolInfo\" : {\n\t\t\"schoolId\" : \"0\",\n\t\t\"schoolName\" : \"\",\n\t\t\"provinceId\" : \"0\",\n\t\t\"cityId\" : \"0\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -866,7 +866,7 @@
"response": []
},
{
"name": "listDictSchoolInfo",
"name": "listDict",
"request": {
"method": "GET",
"header": [
@@ -877,7 +877,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/schoolInfo/listDictSchoolInfo",
"raw": "http://{{host}}:8082//admin/CourseClass/schoolInfo/listDict",
"protocol": "http",
"host": [
"{{host}}"
@@ -887,7 +887,7 @@
"admin",
"CourseClass",
"schoolInfo",
"listDictSchoolInfo"
"listDict"
],
"query": [
{
@@ -945,7 +945,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"studentClass\" : {\n\t\t\"className\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"leaderId\" : \"\",\n\t\t\"finishClassHour\" : \"\",\n\t\t\"classLevel\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"studentClass\" : {\n\t\t\"className\" : \"\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"leaderId\" : \"0\",\n\t\t\"finishClassHour\" : \"0\",\n\t\t\"classLevel\" : \"0\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -982,7 +982,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"studentClass\" : {\n\t\t\"classId\" : \"\",\n\t\t\"className\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"leaderId\" : \"\",\n\t\t\"finishClassHour\" : \"\",\n\t\t\"classLevel\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"studentClass\" : {\n\t\t\"classId\" : \"0\",\n\t\t\"className\" : \"\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"leaderId\" : \"0\",\n\t\t\"finishClassHour\" : \"0\",\n\t\t\"classLevel\" : \"0\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1201,7 +1201,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"classId\" : \"\",\n\t\"classCourseList\" : [\n\t\t{\n\t\t\t\"classId\" : \"\",\n\t\t\t\"courseId\" : \"\",\n\t\t\t\"courseOrder\" : \"\"\n\t\t}\n\t]\n}\n",
"raw": "{\n\t\"classId\" : \"\",\n\t\"classCourseList\" : [\n\t\t{\n\t\t\t\"classId\" : \"0\",\n\t\t\t\"courseId\" : \"0\",\n\t\t\t\"courseOrder\" : \"0\"\n\t\t}\n\t]\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1238,7 +1238,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"classCourse\" : {\n\t\t\"classId\" : \"\",\n\t\t\"courseId\" : \"\",\n\t\t\"courseOrder\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"classCourse\" : {\n\t\t\"classId\" : \"0\",\n\t\t\"courseId\" : \"0\",\n\t\t\"courseOrder\" : \"0\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1424,7 +1424,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"classId\" : \"\",\n\t\"classStudentList\" : [\n\t\t{\n\t\t\t\"classId\" : \"\",\n\t\t\t\"studentId\" : \"\"\n\t\t}\n\t]\n}\n",
"raw": "{\n\t\"classId\" : \"\",\n\t\"classStudentList\" : [\n\t\t{\n\t\t\t\"classId\" : \"0\",\n\t\t\t\"studentId\" : \"0\"\n\t\t}\n\t]\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1505,7 +1505,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"student\" : {\n\t\t\"loginMobile\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"provinceId\" : \"\",\n\t\t\"cityId\" : \"\",\n\t\t\"districtId\" : \"\",\n\t\t\"gender\" : \"\",\n\t\t\"birthday\" : \"\",\n\t\t\"experienceLevel\" : \"\",\n\t\t\"totalCoin\" : \"\",\n\t\t\"leftCoin\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"registerTime\" : \"\",\n\t\t\"status\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"student\" : {\n\t\t\"loginMobile\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"provinceId\" : \"0\",\n\t\t\"cityId\" : \"0\",\n\t\t\"districtId\" : \"0\",\n\t\t\"gender\" : \"0\",\n\t\t\"birthday\" : \"\",\n\t\t\"experienceLevel\" : \"0\",\n\t\t\"totalCoin\" : \"0\",\n\t\t\"leftCoin\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"registerTime\" : \"\",\n\t\t\"status\" : \"0\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1542,7 +1542,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"student\" : {\n\t\t\"studentId\" : \"\",\n\t\t\"loginMobile\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"provinceId\" : \"\",\n\t\t\"cityId\" : \"\",\n\t\t\"districtId\" : \"\",\n\t\t\"gender\" : \"\",\n\t\t\"birthday\" : \"\",\n\t\t\"experienceLevel\" : \"\",\n\t\t\"totalCoin\" : \"\",\n\t\t\"leftCoin\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"registerTime\" : \"\",\n\t\t\"status\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"student\" : {\n\t\t\"studentId\" : \"0\",\n\t\t\"loginMobile\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"provinceId\" : \"0\",\n\t\t\"cityId\" : \"0\",\n\t\t\"districtId\" : \"0\",\n\t\t\"gender\" : \"0\",\n\t\t\"birthday\" : \"\",\n\t\t\"experienceLevel\" : \"0\",\n\t\t\"totalCoin\" : \"0\",\n\t\t\"leftCoin\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"registerTime\" : \"\",\n\t\t\"status\" : \"0\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -1661,7 +1661,7 @@
"response": []
},
{
"name": "listDictStudent",
"name": "listDict",
"request": {
"method": "GET",
"header": [
@@ -1672,7 +1672,7 @@
}
],
"url": {
"raw": "http://{{host}}:8082//admin/CourseClass/student/listDictStudent",
"raw": "http://{{host}}:8082//admin/CourseClass/student/listDict",
"protocol": "http",
"host": [
"{{host}}"
@@ -1682,7 +1682,7 @@
"admin",
"CourseClass",
"student",
"listDictStudent"
"listDict"
],
"query": [
{
@@ -2021,7 +2021,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"studentActionTrans\" : {\n\t\t\"studentId\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"actionType\" : \"\",\n\t\t\"deviceType\" : \"\",\n\t\t\"watchVideoSeconds\" : \"\",\n\t\t\"flowerCount\" : \"\",\n\t\t\"paperCount\" : \"\",\n\t\t\"videoCount\" : \"\",\n\t\t\"courseCount\" : \"\",\n\t\t\"coinCount\" : \"\",\n\t\t\"exerciseCorrectFlag\" : \"\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"studentActionTrans\" : {\n\t\t\"studentId\" : \"0\",\n\t\t\"studentName\" : \"\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"actionType\" : \"0\",\n\t\t\"deviceType\" : \"0\",\n\t\t\"watchVideoSeconds\" : \"0\",\n\t\t\"flowerCount\" : \"0\",\n\t\t\"paperCount\" : \"0\",\n\t\t\"videoCount\" : \"0\",\n\t\t\"courseCount\" : \"0\",\n\t\t\"coinCount\" : \"0\",\n\t\t\"exerciseCorrectFlag\" : \"0\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -2058,7 +2058,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"studentActionTrans\" : {\n\t\t\"transId\" : \"\",\n\t\t\"studentId\" : \"\",\n\t\t\"studentName\" : \"\",\n\t\t\"schoolId\" : \"\",\n\t\t\"gradeId\" : \"\",\n\t\t\"actionType\" : \"\",\n\t\t\"deviceType\" : \"\",\n\t\t\"watchVideoSeconds\" : \"\",\n\t\t\"flowerCount\" : \"\",\n\t\t\"paperCount\" : \"\",\n\t\t\"videoCount\" : \"\",\n\t\t\"courseCount\" : \"\",\n\t\t\"coinCount\" : \"\",\n\t\t\"exerciseCorrectFlag\" : \"\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"studentActionTrans\" : {\n\t\t\"transId\" : \"0\",\n\t\t\"studentId\" : \"0\",\n\t\t\"studentName\" : \"\",\n\t\t\"schoolId\" : \"0\",\n\t\t\"gradeId\" : \"0\",\n\t\t\"actionType\" : \"0\",\n\t\t\"deviceType\" : \"0\",\n\t\t\"watchVideoSeconds\" : \"0\",\n\t\t\"flowerCount\" : \"0\",\n\t\t\"paperCount\" : \"0\",\n\t\t\"videoCount\" : \"0\",\n\t\t\"courseCount\" : \"0\",\n\t\t\"coinCount\" : \"0\",\n\t\t\"exerciseCorrectFlag\" : \"0\",\n\t\t\"createTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -2217,7 +2217,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"sysUser\" : {\n\t\t\"loginName\" : \"\",\n\t\t\"password\" : \"\",\n\t\t\"showName\" : \"\",\n\t\t\"userType\" : \"\",\n\t\t\"headImageUrl\" : \"\",\n\t\t\"userStatus\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createUsername\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"sysUser\" : {\n\t\t\"loginName\" : \"\",\n\t\t\"password\" : \"\",\n\t\t\"showName\" : \"\",\n\t\t\"userType\" : \"0\",\n\t\t\"headImageUrl\" : \"\",\n\t\t\"userStatus\" : \"0\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createUsername\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -2254,7 +2254,7 @@
},
"body": {
"mode": "raw",
"raw": "{\n\t\"sysUser\" : {\n\t\t\"userId\" : \"\",\n\t\t\"loginName\" : \"\",\n\t\t\"password\" : \"\",\n\t\t\"showName\" : \"\",\n\t\t\"userType\" : \"\",\n\t\t\"headImageUrl\" : \"\",\n\t\t\"userStatus\" : \"\",\n\t\t\"createUserId\" : \"\",\n\t\t\"createUsername\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"raw": "{\n\t\"sysUser\" : {\n\t\t\"userId\" : \"0\",\n\t\t\"loginName\" : \"\",\n\t\t\"password\" : \"\",\n\t\t\"showName\" : \"\",\n\t\t\"userType\" : \"0\",\n\t\t\"headImageUrl\" : \"\",\n\t\t\"userStatus\" : \"0\",\n\t\t\"createUserId\" : \"0\",\n\t\t\"createUsername\" : \"\",\n\t\t\"createTime\" : \"\",\n\t\t\"updateTime\" : \"\"\n\t}\n}\n",
"options": {
"raw": {
"language": "json"
@@ -2423,7 +2423,7 @@
{
"listen": "test",
"script": {
"id": "78fd08f6-d970-40ef-8bb8-df991efbc179",
"id": "55b94b45-8b4a-428c-8598-da8406a3dc24",
"type": "text/javascript",
"exec": [
"pm.test(\"登录操作\", function () {",
@@ -2439,7 +2439,7 @@
{
"listen": "prerequest",
"script": {
"id": "9c956cf5-3b8b-4ab5-8ba9-8c60a8da82d5",
"id": "3396cc50-dc0e-42c9-be3b-28c1ef2c03d9",
"type": "text/javascript",
"exec": [
""
@@ -2451,22 +2451,16 @@
"disableBodyPruning": true
},
"request": {
"method": "GET",
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "loginName",
"value": "admin",
"type": "text"
},
{
"key": "password",
"value": "IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D",
"type": "text"
"mode": "raw",
"raw": "{\n \"loginName\":\"admin\",\n \"password\":\"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D\"\n}",
"options": {
"raw": {
"language": "json"
}
]
}
},
"url": {
"raw": "http://{{host}}:8082/admin/upms/login/doLogin",
@@ -2525,19 +2519,13 @@
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "oldPass",
"value": "IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D",
"type": "text"
},
{
"key": "newPass",
"value": "IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D",
"type": "text"
"mode": "raw",
"raw": "{\n \"oldPass\": \"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D\",\n \"newPass\": \"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D\"\n}",
"options": {
"raw": {
"language": "json"
}
]
}
},
"url": {
"raw": "http://{{host}}:8082/admin/upms/login/changePassword",

View File

@@ -86,8 +86,8 @@ swagger:
enabled: true
# 工程的基础包名。
basePackage: com.orange.demo
title: 橙单微服务开源版
description: 橙单微服务开源版详情
title: 橙单单体服务工程
description: 橙单单体服务工程详情
version: 1.0
# 暴露监控端点

View File

@@ -15,13 +15,6 @@ application:
# 通常在调试和测试阶段设置为false以便及时发现问题。
ignoreRpcError: false
minio:
enabled: true
endpoint: http://localhost:19000
accessKey: admin
secretKey: admin123456
bucketName: course-class
sequence:
# 是否使用基于美团Leaf的分布式Id生成器。
advanceIdGenerator: true

View File

@@ -1 +0,0 @@
{"version":"1.0.2","checksum":{"algorithm":"","blocksize":0,"hashes":null},"meta":{"etag":"4fed24a75dbec5c74772d58b73a0a107-1"}}

View File

@@ -1 +0,0 @@
{"version":"1","format":"fs","id":"5dc3c1de-589c-4bf0-b582-83d7ebe905e8","fs":{"version":"2"}}

View File

@@ -1,4 +1,4 @@
version: '3.2'
version: '3.5'
services:
@@ -59,7 +59,7 @@ services:
- zz-test
depends_on:
- zookeeper
sentinel:
image: bladex/sentinel-dashboard
ports:
@@ -67,21 +67,6 @@ services:
networks:
- zz-test
minio:
image: minio/minio:latest
environment:
# spring boot服务中的配置项需要与该值相同。
# nginx访问页面的登录名和密码。密码不能少于8个字符。
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=admin123456
volumes:
- ./data/minio:/data
- ./services/minio/config:/root/.minio
ports:
# 对主机暴露19000接口nginx需要将请求导入该端口号。
- "19000:9000"
command: server /data
networks:
zz-test:
driver: bridge