切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxuhui
2021-07-21 10:25:48 +0800
提交
b96c5ff4aa176f58aa666b5761ea6eed70970bca
1 个父辈
1fa020ff
错误修正
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
allied-creation-gateway/schemas/users.yaml
allied-creation-gateway/services/users/methods/companyUserAdd.yaml
allied-creation-gateway/services/users/methods/cooperationUserUpdate.yaml
allied-creation-gateway/schemas/users.yaml
查看文件 @
b96c5ff
1
version
:
v1
1
version
:
v1
2
kind
:
Schema
2
kind
:
Schema
3
metadata
:
3
metadata
:
4
-
name
:
users
Base
4
+
name
:
users
5
description
:
用户基础信息
5
description
:
用户基础信息
6
attributes
:
6
attributes
:
7
-
ref
:
phone
7
-
ref
:
phone
allied-creation-gateway/services/users/methods/companyUserAdd.yaml
查看文件 @
b96c5ff
@@ -32,5 +32,5 @@ metadata:
@@ -32,5 +32,5 @@ metadata:
32
result
:
32
result
:
33
-
name
:
user
33
-
name
:
user
34
type
:
34
type
:
35
-
schema
s
:
user
Base
35
+
schema
:
users
Base
36
required
:
true
36
required
:
true
allied-creation-gateway/services/users/methods/cooperationUserUpdate.yaml
查看文件 @
b96c5ff
@@ -22,5 +22,5 @@ metadata:
@@ -22,5 +22,5 @@ metadata:
22
result
:
22
result
:
23
-
name
:
user
23
-
name
:
user
24
type
:
24
type
:
25
-
schema
:
userBase
25
+
schema
:
user
s
Base
26
required
:
true
26
required
:
true
请
注册
或
登录
后发表评论