作者 tangxuhui

更新输出字段

version: v1
kind: Schema
metadata:
name: personalNotice
name: noticePersonal
description: 个人的消息通知
attributes:
- name: id
... ... @@ -24,8 +24,12 @@ metadata:
description: 发送通知时的扩展参数
type:
primitive: string
- name: messageType
description: 消息类型
- name: msgType
description: 消息类型(0普通消息、1天联模块消息)
type:
primitive: int
- name: module
description: 消息对应的业务模块
type:
primitive: string
- name: userId
... ... @@ -34,3 +38,5 @@ metadata:
primitive: int64
- name: isRead
description: 是否已读【1:未读】【2:已读】
type:
primitive: int
... ...
version: v1
kind: Schema
metadata:
name: noticeSetting
description: 编排消息通知内容
attributes:
- name: id
description: 编号id
type:
primitive: int64
- name: companyId
description: 公司id
type:
primitive: int64
- name: organizationId
description: 组织id
type:
primitive: int64
- name: isPush
description: 是否推送 【是:1】【否:2】
type:
primitive: int
- name: module
description: 消息对应的业务模块
type:
primitive: string
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: loginAccess
path: /auth
path: /v1/web/auth
endpoints:
- method: loginByAccount
route:
... ...
... ... @@ -13,7 +13,3 @@ metadata:
description: base64形式的二维码图片
type:
primitive: string
- name: loginAccess
type:
schema: loginAccess
required: true
... ...
... ... @@ -18,7 +18,3 @@ metadata:
description: 登录认证的凭证
type:
primitive: string
- name: loginAccess
type:
schema: loginAccess
required: true
... ...
... ... @@ -18,7 +18,3 @@ metadata:
description: 是否可以登录
type:
primitive: string
- name: loginAccess
type:
schema: loginAccess
required: true
... ...
... ... @@ -18,7 +18,3 @@ metadata:
description: 登录认证的凭证
type:
primitive: string
- name: loginAccess
type:
schema: loginAccess
required: true
... ...
... ... @@ -22,7 +22,3 @@ metadata:
description: 登录系统的凭证
type:
primitive: string
- name: loginAccess
type:
schema: loginAccess
required: true
... ...