作者 tangxuhui

更新输出字段

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