修正文档
diff --git "a/doc/\346\216\245\345\217\243\350\247\204\350\214\203\350\256\276\350\256\241/sample-user.yaml" "b/doc/\346\216\245\345\217\243\350\247\204\350\214\203\350\256\276\350\256\241/sample-user.yaml"
index 3b2ad1e..56b364d 100644
--- "a/doc/\346\216\245\345\217\243\350\247\204\350\214\203\350\256\276\350\256\241/sample-user.yaml"
+++ "b/doc/\346\216\245\345\217\243\350\247\204\350\214\203\350\256\276\350\256\241/sample-user.yaml"
@@ -1109,20 +1109,14 @@
$ref: '#/components/schemas/Error'
components:
schemas:
- Error:
- required:
- - code
- - message
+ PagerRequestModel:
properties:
- code:
+ pageIndex:
type: integer
format: int32
- message:
- type: string
- SuccessResponseModel:
- properties:
- success:
- type: string
+ pageSize:
+ type: integer
+ format: int32
PagerResponseModel:
properties:
pageIndex:
@@ -1140,6 +1134,20 @@
recordCount:
type: integer
format: int64
+ SuccessResponseModel:
+ properties:
+ success:
+ type: string
+ Error:
+ required:
+ - code
+ - message
+ properties:
+ code:
+ type: integer
+ format: int32
+ message:
+ type: string
BaseDomain:
properties:
id:
@@ -1279,8 +1287,8 @@
- $ref: '#/components/schemas/BaseDomain'
- type: object
properties:
- username:
- description: 用户名
+ userId:
+ description: 用户ID
type: string
groupId:
description: 用户组ID
@@ -1305,11 +1313,11 @@
- $ref: '#/components/schemas/BaseDomain'
- type: object
properties:
- username:
- description: 用户名
+ userId:
+ description: 用户ID
type: string
- rolecode:
- description: 角色代码
+ roleId:
+ description: 角色ID
type: string
UserRolePagerResponseModel:
allOf:
@@ -1334,8 +1342,8 @@
groupId:
description: 用户组ID
type: string
- rolecode:
- description: 角色代码
+ roleId:
+ description: 角色ID
type: string
GroupRolePagerResponseModel:
allOf: