From 5fac03fb857cf9a160e1736a25de2c5f95f5e44f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 18 七月 2023 17:18:18 +0800 Subject: [PATCH] add --- docs/swagger.yaml | 48 +++++++++++++++++++++--------------------------- 1 files changed, 21 insertions(+), 27 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 085ec75..b9f4ea0 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -867,20 +867,13 @@ authorityId: description: 鐢ㄦ埛瑙掕壊ID type: integer - companyName: - type: string - createAt: - description: 鍒涘缓鏃堕棿 - type: string + departmentId: + type: integer email: type: string - enable: - type: boolean headerImg: type: string id: - type: string - ip: type: string menuIds: description: 鑿滃崟ID鍒楄〃 @@ -889,20 +882,11 @@ type: array nickName: type: string - parentId: - type: string - parentName: - type: string phone: - type: string - port: type: string pos: type: string - status: - type: integer - updateAt: - description: 鏇存柊鏃堕棿 + realName: type: string userType: $ref: '#/definitions/constvar.UserType' @@ -1708,23 +1692,33 @@ type: object request.Register: properties: + authorityId: + description: 鐢ㄦ埛瑙掕壊ID + type: integer + departmentId: + type: integer email: - example: 鐢靛瓙閭 type: string headerImg: - example: 澶村儚閾炬帴 + type: string + id: type: string nickName: - example: 鏄电О type: string - passWord: - example: 瀵嗙爜 + password: type: string phone: - example: 鐢佃瘽鍙风爜 type: string - userName: - example: 鐢ㄦ埛鍚� + pos: + type: string + rePassword: + description: 纭瀵嗙爜 + type: string + realName: + type: string + userType: + $ref: '#/definitions/constvar.UserType' + username: type: string type: object request.SalesDetails: -- Gitblit v1.8.0