切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxuhui
2021-07-12 11:51:26 +0800
提交
508489a58a47335b0078b1cf83226290b1854b71
0 个父辈
新建
隐藏空白字符变更
内嵌
并排对比
正在显示
8 个修改的文件
包含
161 行增加
和
0 行删除
allied-creation-basic/schemas/personalNotice .yaml
allied-creation-gateway/attributes/common/count.yaml
allied-creation-gateway/attributes/common/limit.yaml
allied-creation-gateway/attributes/common/offset.yaml
allied-creation-gateway/project.yaml
allied-creation-gateway/schemas/loginAccess.yml
allied-creation-gateway/schemas/loginQrcode.yaml
allied-creation-gateway/schemas/loginToken.yaml
allied-creation-basic/schemas/personalNotice .yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Schema
metadata
:
name
:
personalNotice
description
:
个人的消息通知
attributes
:
-
name
:
id
description
:
编号id
type
:
primitive
:
int64
-
name
:
createdTime
description
:
创建时间
type
:
primitive
:
datatime
-
name
:
updatedTime
description
:
更新的时间
type
:
primitive
:
datatime
-
name
:
content
description
:
消息的内容
type
:
platform
:
string
-
name
:
extend
description
:
发送通知时的扩展参数
type
:
primitive
:
string
-
name
:
messageType
description
:
消息类型
type
:
primitive
:
string
-
name
:
userId
description
:
用户id
type
:
primitive
:
int64
-
name
:
isRead
description
:
是否已读【1:未读】【2:已读】
...
...
allied-creation-gateway/attributes/common/count.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Attribute
metadata
:
name
:
count
description
:
匹配数目
type
:
primitive
:
int64
...
...
allied-creation-gateway/attributes/common/limit.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Attribute
metadata
:
name
:
limit
description
:
查询限制
type
:
primitive
:
int
...
...
allied-creation-gateway/attributes/common/offset.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Attribute
metadata
:
name
:
offset
description
:
查询偏离量
type
:
primitive
:
int
...
...
allied-creation-gateway/project.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Project
metadata
:
name
:
project
description
:
数据聚合、转发,权限校验
version
:
0.0.1
repository
:
gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway
contact
:
name
:
email
:
\ No newline at end of file
...
...
allied-creation-gateway/schemas/loginAccess.yml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Schema
metadata
:
name
:
loginAccess
description
:
登录凭证存储
attributes
:
-
name
:
account
description
:
账号
type
:
primitive
:
string
-
name
:
platform
description
:
对应平台
type
:
primitive
:
string
-
name
:
companyId
description
:
公司id
type
:
primitive
:
int64
-
name
:
organizationId
description
:
组织id
type
:
primitive
:
int64
-
name
:
accessToken
description
:
登录凭证存储
type
:
primitive
:
string
-
name
:
refreshToken
description
:
刷新登录凭证
type
:
primitive
:
string
-
name
:
accessExpired
description
:
登录凭证过期时间,时间戳精度秒
type
:
primitive
:
int64
-
name
:
refreshExpired
description
:
刷新登录凭证过期时间,时间戳精度秒
type
:
primitive
:
int64
-
name
:
createdTime
description
:
创建时间
type
:
primitive
:
datetime
-
name
:
updatedTime
description
:
更新时间
type
:
primitive
:
datetime
...
...
allied-creation-gateway/schemas/loginQrcode.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Schema
metadata
:
name
:
loginQrcode
description
:
登录用二维码信息
attributes
:
-
name
:
uniqueKey
description
:
信息对应的唯一键
type
:
primitive
:
string
-
name
:
isLogin
description
:
是否已经登录
type
:
primitive
:
boolean
-
name
:
companyId
description
:
登录的公司id
type
:
primitive
:
int64
-
name
:
organizationId
description
:
组织id
type
:
primitive
:
int64
-
name
:
account
description
:
登录的账号
type
:
primitive
:
string
-
name
:
expiredIn
description
:
有效时长,单位秒
type
:
primitive
:
int64
...
...
allied-creation-gateway/schemas/loginToken.yaml
0 → 100644
查看文件 @
508489a
version
:
v1
kind
:
Schema
metadata
:
name
:
loginToken
description
:
构建登录凭证时需要的数据
attributes
:
-
name
:
account
description
:
登录账号
type
:
primitive
:
string
-
name
:
companyId
description
:
企业id
type
:
primitive
:
int64
-
name
:
organizationId
description
:
组织id
type
:
primitive
:
int64
...
...
请
注册
或
登录
后发表评论