切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
2021-07-13 19:53:37 +0800
提交
83aab32aa9a7570a769f5e9aa14e96325255f80b
1 个父辈
7497af31
添加账号注销接口
显示空白字符变更
内嵌
并排对比
正在显示
10 个修改的文件
包含
42 行增加
和
2 行删除
allied-creation-user/api/http/auth.yaml
allied-creation-user/attributes/org/isOrg.yaml
allied-creation-user/attributes/users/enableStatus.yaml
allied-creation-user/schemas/ext.yaml
allied-creation-user/schemas/usersBase.yaml
allied-creation-user/services/auth/methods/destoryAccount.yaml
allied-creation-user/services/org/methods/listOrg.yaml
allied-creation-user/services/role/methods/listRole.yaml
allied-creation-user/services/users/methods/getUsersBaseInfo.yaml
allied-creation-user/services/users/methods/listUsers.yaml
allied-creation-user/api/http/auth.yaml
查看文件 @
83aab32
...
...
@@ -13,3 +13,6 @@ metadata:
-
method
:
phoneAuthResetPassword
route
:
post
:
/phone-auth/reset-password
-
method
:
phoneAuthResetPassword
route
:
post
:
/destory-account
...
...
allied-creation-user/attributes/org/isOrg.yaml
查看文件 @
83aab32
...
...
@@ -2,6 +2,6 @@ version: v1
kind
:
Attribute
metadata
:
name
:
isOrg
description
:
是否是组织(是:1 不是:
0
)
description
:
是否是组织(是:1 不是:
2
)
type
:
primitive
:
int
...
...
allied-creation-user/attributes/users/enableStatus.yaml
查看文件 @
83aab32
...
...
@@ -2,6 +2,6 @@ version: v1
kind
:
Attribute
metadata
:
name
:
enableStatus
description
:
启用状态(启用:1 禁用:2)
description
:
启用状态(启用:1 禁用:2
注销:3
)
type
:
primitive
:
int
...
...
allied-creation-user/schemas/ext.yaml
查看文件 @
83aab32
allied-creation-user/schemas/usersBase.yaml
查看文件 @
83aab32
...
...
@@ -22,6 +22,10 @@ metadata:
description
:
关联的用户 (冗余)
type
:
array
:
int64
-
name
:
status
description
:
账号状态 1:正常 2.禁用 3:注销
type
:
primitive
:
int
-
ref
:
createAt
required
:
true
-
ref
:
updateAt
...
...
allied-creation-user/services/auth/methods/destoryAccount.yaml
0 → 100644
查看文件 @
83aab32
version
:
v1
kind
:
Method
metadata
:
name
:
destoryAccount
type
:
command
description
:
注销账号 (添加用户时重新激活)
payload
:
-
ref
:
userId
required
:
true
result
:
-
name
:
code
type
:
primitive
:
int
required
:
true
-
name
:
msg
type
:
primitive
:
string
required
:
true
...
...
allied-creation-user/services/org/methods/listOrg.yaml
查看文件 @
83aab32
...
...
@@ -15,6 +15,10 @@ metadata:
required
:
false
-
ref
:
parentId
required
:
false
-
ref
:
isOrg
required
:
false
-
ref
:
companyId
required
:
true
result
:
-
ref
:
count
required
:
true
...
...
allied-creation-user/services/role/methods/listRole.yaml
查看文件 @
83aab32
...
...
@@ -13,6 +13,11 @@ metadata:
required
:
false
-
ref
:
orgName
required
:
false
-
name
:
inOrgIds
description
:
匹配多个组织 1,2,3 逗号分割 inOrgIds
required
:
false
type
:
primitive
:
string
result
:
-
ref
:
count
required
:
true
...
...
allied-creation-user/services/users/methods/getUsersBaseInfo.yaml
查看文件 @
83aab32
allied-creation-user/services/users/methods/listUsers.yaml
查看文件 @
83aab32
...
...
@@ -9,6 +9,12 @@ metadata:
required
:
true
-
ref
:
limit
required
:
true
-
ref
:
usersName
required
:
false
-
ref
:
usersName
required
:
false
-
ref
:
depName
required
:
false
result
:
-
ref
:
count
required
:
true
...
...
请
注册
或
登录
后发表评论