fix:organizationId -> orgId
add:app upgrade
正在显示
9 个修改的文件
包含
123 行增加
和
13 行删除
document/terms/schemas/app.yaml
0 → 100644
1 | +version: v1 | ||
2 | +kind: Schema | ||
3 | +metadata: | ||
4 | + name: app | ||
5 | + description: app项目管理 | ||
6 | + attributes: | ||
7 | + - name: appId | ||
8 | + description: appId | ||
9 | + type: | ||
10 | + primitive: int64 | ||
11 | + - name: project | ||
12 | + description: 项目标识 ability | ||
13 | + type: | ||
14 | + primitive: string | ||
15 | + - name: app | ||
16 | + description: 应用标识 ability.boss.pad | ||
17 | + type: | ||
18 | + primitive: string | ||
19 | + - name: icon | ||
20 | + description: 图标地址 | ||
21 | + type: | ||
22 | + primitive: string | ||
23 | + - name: remark | ||
24 | + description: 备注信息 | ||
25 | + type: | ||
26 | + primitive: string | ||
27 | + - ref: createAt | ||
28 | + required: true | ||
29 | + - ref: updateAt | ||
30 | + required: true | ||
31 | + - ref: deleteAt | ||
32 | + required: true |
document/terms/schemas/appVersion.yaml
0 → 100644
1 | +version: v1 | ||
2 | +kind: Schema | ||
3 | +metadata: | ||
4 | + name: appVersion | ||
5 | + description: App版本管理 | ||
6 | + attributes: | ||
7 | + - name: appVersionId | ||
8 | + description: app版本id | ||
9 | + type: | ||
10 | + primitive: int64 | ||
11 | + - name: app | ||
12 | + description: 应用 | ||
13 | + type: | ||
14 | + schema: app | ||
15 | + - name: os | ||
16 | + description: 设备类型 0:IOS 1:安卓 | ||
17 | + type: | ||
18 | + primitive: int | ||
19 | + - name: version | ||
20 | + description: 版本信息 | ||
21 | + type: | ||
22 | + schema: appVersionInfo | ||
23 | + - name: remark | ||
24 | + description: 备注信息 | ||
25 | + type: | ||
26 | + primitive: string | ||
27 | + - ref: createAt | ||
28 | + required: true | ||
29 | + - ref: updateAt | ||
30 | + required: true | ||
31 | + - ref: deleteAt | ||
32 | + required: true |
document/terms/schemas/appVersionInfo.yaml
0 → 100644
1 | +version: v1 | ||
2 | +kind: Schema | ||
3 | +metadata: | ||
4 | + name: appVersionInfo | ||
5 | + description: app 版本信息 | ||
6 | + attributes: | ||
7 | + - name: versionNo | ||
8 | + description: 版本号 | ||
9 | + type: | ||
10 | + primitive: string | ||
11 | + - name: versionName | ||
12 | + description: 版本名称 | ||
13 | + type: | ||
14 | + primitive: string | ||
15 | + - name: title | ||
16 | + description: 标题 | ||
17 | + type: | ||
18 | + primitive: string | ||
19 | + - name: summary | ||
20 | + description: 版本概要 | ||
21 | + type: | ||
22 | + primitive: string | ||
23 | + - name: content | ||
24 | + description: 版本内容 | ||
25 | + type: | ||
26 | + primitive: string | ||
27 | + - name: deviceType | ||
28 | + description: 设备类型 0:ios , 1:android | ||
29 | + type: | ||
30 | + primitive: int | ||
31 | + - name: downloadPage | ||
32 | + description: 下载页面 | ||
33 | + type: | ||
34 | + primitive: string | ||
35 | + - name: downloadFile | ||
36 | + description: 文件下载地址 | ||
37 | + type: | ||
38 | + primitive: string | ||
39 | + - name: updateType | ||
40 | + description: 更新类型 0不需要更新 1是引导更新 2是强制更新 | ||
41 | + type: | ||
42 | + primitive: int | ||
43 | + - name: channel | ||
44 | + description: 更新的渠道 当前渠道 0_AppStore、1_fir平台、2_华为、3_小米、4_魅族、5_oppo、6_vivo、7_360、8_百度、9_应用宝、10_其他(使用应用宝地址) | ||
45 | + type: | ||
46 | + array: int |
1 | version: v1 | 1 | version: v1 |
2 | kind: Schema | 2 | kind: Schema |
3 | metadata: | 3 | metadata: |
4 | - name: organization | ||
5 | - description: 组织 (base) | 4 | + name: org |
5 | + description: 组织 organization | ||
6 | attributes: | 6 | attributes: |
7 | - - ref: organizationId | 7 | + - ref: orgId |
8 | required: true | 8 | required: true |
9 | - ref: companyId | 9 | - ref: companyId |
10 | required: true | 10 | required: true |
@@ -4,11 +4,11 @@ metadata: | @@ -4,11 +4,11 @@ metadata: | ||
4 | name: phoneAuth | 4 | name: phoneAuth |
5 | description: 手机认证 (base) | 5 | description: 手机认证 (base) |
6 | attributes: | 6 | attributes: |
7 | - - name: phone | ||
8 | - description: 手机号 | ||
9 | - type: | ||
10 | - primitive: string | ||
11 | - - name: password | ||
12 | - description: 密码 | ||
13 | - type: | ||
14 | - primitive: string | 7 | + - name: phone |
8 | + description: 手机号 | ||
9 | + type: | ||
10 | + primitive: string | ||
11 | + - name: password | ||
12 | + description: 密码 | ||
13 | + type: | ||
14 | + primitive: string |
@@ -8,7 +8,7 @@ metadata: | @@ -8,7 +8,7 @@ metadata: | ||
8 | required: true | 8 | required: true |
9 | - ref: companyId | 9 | - ref: companyId |
10 | required: true | 10 | required: true |
11 | - - ref: organizationId | 11 | + - ref: orgId |
12 | required: true | 12 | required: true |
13 | - ref: roleName | 13 | - ref: roleName |
14 | required: true | 14 | required: true |
-
请 注册 或 登录 后发表评论