loginQrcode.yaml
692 字节
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