切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
2021-07-16 10:30:41 +0800
提交
cfc92fd052cc9f9742d52a6b4da596b6695456c8
1 个父辈
f461953e
重置密码 、移除phoneAuth
隐藏空白字符变更
内嵌
并排对比
正在显示
6 个修改的文件
包含
35 行增加
和
14 行删除
allied-creation-user/api/http/auth.yaml
allied-creation-user/schemas/phoneAuth.yaml
allied-creation-user/schemas/usersBase.yaml
allied-creation-user/services/auth/methods/phoneAuthChangePassword.yaml
allied-creation-user/services/users/methods/batchAdd.yaml
allied-creation-user/services/users/methods/createUsers.yaml
allied-creation-user/api/http/auth.yaml
查看文件 @
cfc92fd
...
...
@@ -13,6 +13,9 @@ metadata:
-
method
:
phoneAuthResetPassword
route
:
post
:
/reset-password
-
method
:
phoneAuthChangePassword
route
:
post
:
/change-password
-
method
:
phoneAuthResetPhone
route
:
post
:
/reset-phone
...
...
allied-creation-user/schemas/phoneAuth.yaml
已删除
100644 → 0
查看文件 @
f461953
version
:
v1
kind
:
Schema
metadata
:
name
:
phoneAuth
description
:
手机认证
attributes
:
-
ref
:
phone
required
:
true
-
ref
:
password
required
:
true
allied-creation-user/schemas/usersBase.yaml
查看文件 @
cfc92fd
...
...
@@ -10,10 +10,10 @@ metadata:
description
:
用户信息
type
:
schema
:
usersInfo
-
name
:
phoneAuth
description
:
手机认证
type
:
schema
:
phoneAuth
-
ref
:
phone
required
:
true
-
ref
:
password
required
:
true
-
name
:
im
description
:
IM信息
type
:
...
...
allied-creation-user/services/auth/methods/phoneAuthChangePassword.yaml
0 → 100644
查看文件 @
cfc92fd
version
:
v1
kind
:
Method
metadata
:
name
:
phoneAuthChangePassword
type
:
command
description
:
修改密码
payload
:
-
ref
:
usersId
required
:
true
-
name
:
oldPassword
description
:
旧密码
type
:
primitive
:
string
required
:
true
-
name
:
newPassword
description
:
新密码
type
:
primitive
:
string
required
:
true
result
:
-
ref
:
code
required
:
true
-
ref
:
msg
required
:
true
...
...
allied-creation-user/services/users/methods/batchAdd.yaml
查看文件 @
cfc92fd
...
...
@@ -11,6 +11,8 @@ metadata:
description
:
用户列表
type
:
array
:
users
-
ref
:
password
required
:
true
result
:
-
name
:
code
type
:
...
...
allied-creation-user/services/users/methods/createUsers.yaml
查看文件 @
cfc92fd
...
...
@@ -35,6 +35,8 @@ metadata:
description
:
启用状态(启用:1 禁用:2)
type
:
primitive
:
int
-
ref
:
password
required
:
true
result
:
-
name
:
users
type
:
...
...
请
注册
或
登录
后发表评论