切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxuhui
2021-07-14 18:26:32 +0800
提交
f5e79027a06104c9036b4b8ed0a0731154e17c3e
1 个父辈
a76d56ff
更新
显示空白字符变更
内嵌
并排对比
正在显示
35 个修改的文件
包含
347 行增加
和
7 行删除
allied-creation-basic/api/http/dictionary.yaml
allied-creation-basic/api/http/noticeSetting.yaml
allied-creation-basic/attributes/noticeSetting/companyId.yaml
allied-creation-basic/attributes/noticeSetting/content.yaml
allied-creation-basic/attributes/noticeSetting/isPush.yaml
allied-creation-basic/attributes/noticeSetting/module.yaml
allied-creation-basic/attributes/noticeSetting/moduleAction.yaml
allied-creation-basic/attributes/noticeSetting/noticeSettingId.yaml
allied-creation-basic/attributes/noticeSetting/organizationId.yaml
allied-creation-basic/attributes/noticeSetting/sysCode.yaml
allied-creation-gateway/api/http/loginAccess.yaml
allied-creation-gateway/api/http/menu.yaml
allied-creation-gateway/api/http/noticeSetting.yaml
allied-creation-gateway/api/http/orgs.yaml
allied-creation-gateway/attributes/menu/menuAlias.yaml
allied-creation-gateway/attributes/noticeSetting/companyId.yaml
allied-creation-gateway/attributes/noticeSetting/content.yaml
allied-creation-gateway/attributes/noticeSetting/isPush.yaml
allied-creation-gateway/attributes/noticeSetting/module.yaml
allied-creation-gateway/attributes/noticeSetting/moduleAction.yaml
allied-creation-gateway/attributes/noticeSetting/noticeSettingId.yaml
allied-creation-gateway/attributes/noticeSetting/organizationId.yaml
allied-creation-gateway/attributes/noticeSetting/sysCode.yaml
allied-creation-gateway/schemas/noticeSetting.yaml
allied-creation-gateway/schemas/noticeSettingModule.yaml
allied-creation-gateway/schemas/noticeSettingParam.yaml
allied-creation-gateway/schemas/noticeSettingProfile.yaml
allied-creation-gateway/services/loginAccess/methods/loginInfoByAuthCode.yaml
allied-creation-gateway/services/menu/methods/menuList.yaml
allied-creation-gateway/services/menu/methods/menuUpdate.yaml
allied-creation-gateway/services/menu/service.yaml
allied-creation-gateway/services/noticeSetting/methods/noticeSettingList.yaml
allied-creation-gateway/services/noticeSetting/methods/noticeSettingProfile.yaml
allied-creation-gateway/services/noticeSetting/methods/noticeSettingUpdate.yaml
allied-creation-gateway/services/noticeSetting/service.yaml
allied-creation-basic/api/http/dictionary.yaml
查看文件 @
f5e7902
...
...
@@ -13,9 +13,6 @@ metadata:
-
method
:
getDictionary
route
:
get
:
/{Id}
-
method
:
removeDictionary
route
:
delete
:
/{Id}
-
method
:
listDictionary
route
:
get
:
/
...
...
allied-creation-basic/api/http/noticeSetting.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
HttpApi
metadata
:
service
:
noticeSetting
path
:
/notice-setting
endpoints
:
-
method
:
updateNoticeSetting
route
:
put
:
/{Id}
-
method
:
getNoticeSetting
route
:
get
:
/{Id}
-
method
:
listNoticeSetting
route
:
get
:
/
...
...
allied-creation-basic/attributes/noticeSetting/companyId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
companyId
description
:
公司id
type
:
primitive
:
int64
...
...
allied-creation-basic/attributes/noticeSetting/content.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
content
description
:
内容模板
type
:
primitive
:
string
...
...
allied-creation-basic/attributes/noticeSetting/isPush.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
isPush
description
:
是否推送 【是:1】【否:2】
type
:
primitive
:
int
...
...
allied-creation-basic/attributes/noticeSetting/module.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
module
description
:
消息对应的业务模块
type
:
primitive
:
string
...
...
allied-creation-basic/attributes/noticeSetting/moduleAction.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
moduleAction
description
:
业务环节
type
:
primitive
:
string
...
...
allied-creation-basic/attributes/noticeSetting/noticeSettingId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
noticeSettingId
description
:
消息id
type
:
primitive
:
int64
...
...
allied-creation-basic/attributes/noticeSetting/organizationId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
organizationId
description
:
组织id
type
:
primitive
:
int64
...
...
allied-creation-basic/attributes/noticeSetting/sysCode.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
sysCode
description
:
消息对应的编码
type
:
primitive
:
string
...
...
allied-creation-gateway/api/http/loginAccess.yaml
查看文件 @
f5e7902
...
...
@@ -2,7 +2,7 @@ version: v1
kind
:
HttpApi
metadata
:
service
:
loginAccess
path
:
/
v1/web/
auth
path
:
/auth
endpoints
:
-
method
:
loginByAccount
route
:
...
...
@@ -16,6 +16,6 @@ metadata:
-
method
:
getQrcodeForLogin
route
:
get
:
/get-qrcode
-
method
:
loginInfoByAuthCode
-
method
:
AuthCodeToAccessToken
route
:
get
:
/
profile
get
:
/
access-token
...
...
allied-creation-gateway/api/http/menu.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
HttpApi
metadata
:
service
:
menu
path
:
/menus
endpoints
:
-
method
:
menuList
route
:
get
:
/
-
method
:
menuUpdate
route
:
put
:
/{Id}
...
...
allied-creation-gateway/api/http/noticeSetting.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
HttpApi
metadata
:
service
:
noticeSetting
path
:
/notice-setting
endpoints
:
-
method
:
noticeSettingList
route
:
get
:
/
-
method
:
noticeSettingProfile
route
:
get
:
/profile
-
method
:
noticeSettingUpdate
route
:
put
:
/
...
...
allied-creation-gateway/api/http/orgs.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
HttpApi
metadata
:
service
:
orgs
path
:
/orgs
endpoints
:
-
method
:
orgAdd
route
:
post
:
/
-
method
:
orgUpdate
route
:
put
:
/{Id}
-
method
:
orgList
route
:
post
:
/search
-
method
:
orgGet
route
:
get
:
/{Id}
-
method
:
orgRemove
route
:
delete
:
/{Id}
...
...
allied-creation-gateway/attributes/menu/menuAlias.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
menuAlias
description
:
菜单别名
type
:
primitive
:
string
...
...
allied-creation-gateway/attributes/noticeSetting/companyId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
companyId
description
:
公司id
type
:
primitive
:
int64
...
...
allied-creation-gateway/attributes/noticeSetting/content.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
content
description
:
内容模板
type
:
primitive
:
string
...
...
allied-creation-gateway/attributes/noticeSetting/isPush.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
isPush
description
:
是否推送 【是:1】【否:2】
type
:
primitive
:
int
...
...
allied-creation-gateway/attributes/noticeSetting/module.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
module
description
:
消息对应的业务模块
type
:
primitive
:
string
...
...
allied-creation-gateway/attributes/noticeSetting/moduleAction.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
moduleAction
description
:
业务环节
type
:
primitive
:
string
...
...
allied-creation-gateway/attributes/noticeSetting/noticeSettingId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
noticeSettingId
description
:
消息id
type
:
primitive
:
int64
...
...
allied-creation-gateway/attributes/noticeSetting/organizationId.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
organizationId
description
:
组织id
type
:
primitive
:
int64
...
...
allied-creation-gateway/attributes/noticeSetting/sysCode.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Attribute
metadata
:
name
:
sysCode
description
:
消息对应的编码
type
:
primitive
:
string
...
...
allied-creation-gateway/schemas/noticeSetting.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Schema
metadata
:
name
:
noticeSetting
description
:
编排消息通知内容
attributes
:
-
ref
:
companyId
required
:
true
-
ref
:
content
required
:
true
-
ref
:
isPush
required
:
true
-
ref
:
module
required
:
true
-
ref
:
moduleAction
required
:
true
-
ref
:
noticeSettingId
required
:
true
-
ref
:
organizationId
required
:
true
-
ref
:
sysCode
required
:
true
-
ref
:
createdAt
required
:
true
-
ref
:
deletedAt
required
:
true
-
ref
:
updatedAt
required
:
true
...
...
allied-creation-gateway/schemas/noticeSettingModule.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Schema
metadata
:
name
:
noticeSettingModule
description
:
编排消息模块列表
attributes
:
-
ref
:
module
required
:
true
-
name
:
moduleAction
description
:
模块环节
type
:
array
:
string
...
...
allied-creation-gateway/schemas/noticeSettingParam.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Schema
metadata
:
name
:
noticeSettingParam
description
:
编排消息需要的变量
attributes
:
-
name
:
paramCode
description
:
变量的代码标识
type
:
primitive
:
string
-
name
:
paramName
description
:
变量名称描述
-
ref
:
moduleAction
required
:
true
-
ref
:
module
required
:
true
...
...
allied-creation-gateway/schemas/noticeSettingProfile.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Schema
metadata
:
name
:
noticeSettingProfile
description
:
编排消息需要的候选参数
attributes
:
-
name
:
paramList
description
:
可选变量列表
type
:
array
:
noticeSettingParam
-
name
:
moduleList
description
:
业务模块列表
type
:
schema
:
noticeSettingModule
...
...
allied-creation-gateway/services/loginAccess/methods/loginInfoByAuthCode.yaml
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
loginInfoByAuthCode
name
:
AuthCodeToAccessToken
type
:
query
description
:
获取具体的进入系统的凭证
payload
:
...
...
allied-creation-gateway/services/menu/methods/menuList.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
menuList
type
:
query
description
:
返回菜单列表
result
:
-
name
:
menus
type
:
array
:
menu
required
:
true
...
...
allied-creation-gateway/services/menu/methods/menuUpdate.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
menuUpdate
type
:
query
description
:
更新菜单
payload
:
-
ref
:
companyId
required
:
true
-
ref
:
menuId
required
:
true
-
ref
:
menuName
required
:
true
-
ref
:
sort
required
:
true
result
:
-
name
:
menus
type
:
schema
:
menu
required
:
true
...
...
allied-creation-gateway/services/menu/service.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Service
metadata
:
name
:
menu
description
:
用户菜单维护
...
...
allied-creation-gateway/services/noticeSetting/methods/noticeSettingList.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
noticeSettingList
type
:
command
description
:
推送消息配置列表
payload
:
-
ref
:
limit
required
:
true
-
ref
:
offset
required
:
true
result
:
-
name
:
count
type
:
primitive
:
int
-
name
:
noticeSetting
type
:
schema
:
noticeSetting
required
:
true
...
...
allied-creation-gateway/services/noticeSetting/methods/noticeSettingProfile.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
noticeSettingProfile
type
:
query
description
:
推送消息配置需求的参数候选项
result
:
-
name
:
profile
type
:
schema
:
noticeSettingProfile
required
:
true
...
...
allied-creation-gateway/services/noticeSetting/methods/noticeSettingUpdate.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Method
metadata
:
name
:
noticeSettingUpdate
type
:
query
description
:
推送消息配置需求的参数候选项
payload
:
-
ref
:
module
required
:
true
-
ref
:
moduleAction
required
:
true
-
ref
:
isPush
required
:
true
-
ref
:
content
required
:
true
result
:
-
name
:
profile
type
:
schema
:
noticeSettingProfile
required
:
true
...
...
allied-creation-gateway/services/noticeSetting/service.yaml
0 → 100644
查看文件 @
f5e7902
version
:
v1
kind
:
Service
metadata
:
name
:
noticeSetting
description
:
推送消息配置
...
...
请
注册
或
登录
后发表评论