Appearance
应用管理
区块/物料构建类型任务状态查询
基本信息
Path: /material-center/api/tasks/:id
Method: GET
接口描述:
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 12312 | 构建任务id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ id | number | 非必须 | 任务id | ||
| ├─ teamId | number | 非必须 | 团队id 预留字段无用 | 枚举: 0 | |
| ├─ taskTypeId | number | 非必须 | 任务类型 | 枚举: 0,1,2,3,4,5 | |
| ├─ uniqueId | number | 非必须 | 被构建业务id 例如 应用、设计器等 | ||
| ├─ taskName | null | 非必须 | 任务名称 | ||
| ├─ taskStatus | number | 非必须 | 任务状态 | 枚举: 0,1,2,3 | |
| ├─ taskResult | string | 非必须 | 任务执行结果 | ||
| ├─ progress | string | 非必须 | 当前执行步骤 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ progress_percent | number | 非必须 | 任务执行进度0-100 | 最大值: 100 最小值: 0 | |
| locale | string | 非必须 |
应用schema
基本信息
Path: /app-center/api/apps/schema/:id
Method: GET
接口描述:
version 暂且为空,预留
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 866 | 应用id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ meta | object | 非必须 | 应用基本信息 | ||
| ├─ name | string | 非必须 | 应用名称 | ||
| ├─ tenant | number | 非必须 | 从属组织 | ||
| ├─ git_group | string | 非必须 | 应用git分组-预留字段 | ||
| ├─ project_name | string | 非必须 | git仓库地址 | ||
| ├─ description | string | 非必须 | 描述 | ||
| ├─ branch | string | 非必须 | git默认提交代码分支 | ||
| ├─ is_demo | null | 非必须 | 是否为系统内demo应用 | ||
| ├─ global_state | object [] | 非必须 | 应用全局状态 前端管理 服务端存json | item 类型: object | |
| ├─ id | string | 非必须 | |||
| ├─ state | object | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ getters | object | 非必须 | |||
| ├─ count | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ appId | string | 非必须 | 应用id | ||
| ├─ creator | string | 非必须 | 创建者 | ||
| ├─ gmt_create | string | 非必须 | |||
| ├─ gmt_modified | string | 非必须 | |||
| ├─ dataSource | object | 非必须 | 应用数据源 | ||
| ├─ list | object [] | 非必须 | 数据源列表 | item 类型: object | |
| ├─ id | number | 必须 | 数据源id | ||
| ├─ name | string | 必须 | 数据源名称 | ||
| ├─ data | object | 必须 | 数据源内容 | ||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ 1111 | string | 必须 | |||
| ├─ test | string | 必须 | |||
| ├─ test1 | string | 必须 | |||
| ├─ _id | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ url | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ content | string | 必须 | |||
| ├─ version | string | 必须 | |||
| ├─ framework | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ components | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ pid | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ dsl | string | 必须 | |||
| ├─ state | string | 必须 | |||
| ├─ theme | string | 必须 | |||
| ├─ blocks | string | 必须 | |||
| ├─ latest | string | 必须 | |||
| ├─ plugins | string | 必须 | |||
| ├─ toolbar | string | 必须 | |||
| ├─ material | string | 必须 | |||
| ├─ sub_count | string | 必须 | |||
| ├─ editor_url | string | 必须 | |||
| ├─ vscode_url | string | 必须 | |||
| ├─ source_tpls | string | 必须 | |||
| ├─ platform_url | string | 必须 | |||
| ├─ platform_desc | string | 必须 | |||
| ├─ material_history | string | 必须 | |||
| ├─ isSelected | string | 必须 | |||
| ├─ materials | string | 必须 | |||
| ├─ material_version | string | 必须 | |||
| ├─ app | string | 必须 | |||
| ├─ tpl | string | 必须 | |||
| ├─ data | string | 必须 | |||
| ├─ desc | string | 必须 | |||
| ├─ number | number | 必须 | |||
| ├─ link | string | 必须 | |||
| ├─ switch | null | 必须 | |||
| ├─ slider | null | 必须 | |||
| ├─ age | string | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ type | string | 必须 | |||
| ├─ format | object | 必须 | |||
| ├─ max | number | 非必须 | |||
| ├─ min | number | 非必须 | |||
| ├─ dateTime | boolean | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ stringType | string | 非必须 | |||
| ├─ options | object | 非必须 | |||
| ├─ uri | string | 非必须 | |||
| ├─ method | string | 非必须 | |||
| ├─ isSync | boolean | 非必须 | |||
| ├─ dataHandler | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ willFetch | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ shouldFetch | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ errorHandler | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ tpl | null | 必须 | 预留字段 | ||
| ├─ app | string | 必须 | 关联app | ||
| ├─ desc | null | 必须 | 描述 | ||
| ├─ created_by | null | 必须 | |||
| ├─ updated_by | null | 必须 | |||
| ├─ created_at | string | 必须 | 创建时间 | ||
| ├─ updated_at | string | 必须 | 更新时间 | ||
| ├─ dataHandler | object | 非必须 | 数据处理 | ||
| ├─ type | string | 非必须 | 类型 | ||
| ├─ value | string | 非必须 | 值 | ||
| ├─ i18n | object | 非必须 | 国际化词条 | ||
| ├─ zh_CN | object | 非必须 | 简体中文 | ||
| ├─ lowcode.c257d5e8 | string | 非必须 | |||
| ├─ lowcode.61c8ac8c | string | 非必须 | |||
| ├─ lowcode.f53187a0 | string | 非必须 | |||
| ├─ lowcode.97ad00dd | string | 非必须 | |||
| ├─ en_US | object | 非必须 | 美式英语 | ||
| ├─ lowcode.c257d5e8 | string | 非必须 | |||
| ├─ lowcode.61c8ac8c | string | 非必须 | |||
| ├─ lowcode.f53187a0 | string | 非必须 | |||
| ├─ lowcode.97ad00dd | string | 非必须 | |||
| ├─ componentsTree | object [] | 非必须 | 应用页面+文件夹 | item 类型: object | |
| ├─ state | object | 必须 | 状态 | ||
| ├─ newsList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ pictureList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ titleList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ components | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ text | string | 必须 | |||
| ├─ pageConfig | object | 非必须 | |||
| ├─ component | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ attrs | object | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ pageSizes | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ total | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ componentsTotal | number | 非必须 | |||
| ├─ renderf5956ed2 | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ renderb52aeac9 | object [] | 非必须 | item 类型: object | ||
| ├─ framework | string | 必须 | |||
| ├─ materials | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ render7e97d9c7 | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ list | object [] | 非必须 | item 类型: object | ||
| ├─ imgUrl | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ buttonText | string | 非必须 | |||
| ├─ message | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ buttonText | string | 必须 | |||
| ├─ left | boolean | 非必须 | |||
| ├─ link | string | 必须 | |||
| ├─ right | boolean | 非必须 | |||
| ├─ entranceData | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ showEditor | boolean | 非必须 | |||
| ├─ showMore | boolean | 非必须 | |||
| ├─ visableData | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ validRules | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ newMaterial | boolean | 非必须 | |||
| ├─ deleteModal | boolean | 非必须 | |||
| ├─ chosePlatformModal | boolean | 非必须 | |||
| ├─ materialName | string | 非必须 | |||
| ├─ materialVersion | string | 非必须 | |||
| ├─ materialDesc | string | 非必须 | |||
| ├─ materialStack | string | 非必须 | |||
| ├─ render1afb211a | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 非必须 | |||
| ├─ render5e9a9729 | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ framework | string | 非必须 | |||
| ├─ components | string | 非必须 | |||
| ├─ content | string | 非必须 | |||
| ├─ url | string | 非必须 | |||
| ├─ published_at | string | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ published | string | 非必须 | |||
| ├─ last_build_info | string | 非必须 | |||
| ├─ tenant | string | 非必须 | |||
| ├─ version | string | 非必须 | |||
| ├─ description | string | 非必须 | |||
| ├─ render7536dfdc | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ framework | string | 必须 | |||
| ├─ components | string | 必须 | |||
| ├─ content | string | 必须 | |||
| ├─ url | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ version | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ _RID | string | 非必须 | |||
| ├─ platform | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ searchType | string | 非必须 | |||
| ├─ rendere091744c | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ theme | string | 必须 | |||
| ├─ material | string | 必须 | |||
| ├─ plugins | string | 必须 | |||
| ├─ toolbar | string | 必须 | |||
| ├─ editor_url | string | 必须 | |||
| ├─ platform_desc | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ state | string | 必须 | |||
| ├─ platform_url | string | 必须 | |||
| ├─ vscode_url | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ blocks | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ latest | string | 必须 | |||
| ├─ material_history | string | 必须 | |||
| ├─ source_tpls | string | 必须 | |||
| ├─ dsl | string | 必须 | |||
| ├─ sub_count | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ showPopper | boolean | 非必须 | |||
| ├─ formData | object [] | 非必须 | item 类型: object | ||
| ├─ key | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ version | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ company | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ danwei | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ loop_6fcaf983 | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ number | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ dataDisk | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ navActive | number | 非必须 | |||
| ├─ methods | object | 必须 | 声明方法 | ||
| ├─ aa | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ linkClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ query | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ getTableData | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ clearSelected | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ goCreate | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ playVideo | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ toRouter | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ gotoHome | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ showEditor | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ selectLadder | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ save | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ cancel | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleAddMaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleCloseNewMaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ closeDeleteModal | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleCloseChosePlatform | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ openChosePlatform | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ openDeleteModal | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleConfirmCreate | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleClickzzc | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ gotoMymaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ componentName | string | 必须 | 组件名称 | ||
| ├─ css | string | 必须 | 全局css样式 | ||
| ├─ props | object | 必须 | 属性 | ||
| ├─ lifeCycles | object | 必须 | 生命周期 | ||
| ├─ children | object [] | 必须 | 子组件或子节点 | item 类型: object | |
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onGotoHome | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ visible | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ onClose | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ modelValue | boolean | 非必须 | |||
| ├─ text | string | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ type | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ span | string,number | 非必须 | |||
| ├─ text | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ arrow | string | 非必须 | |||
| ├─ indicator-position | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ loop | boolean | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ ref | string | 非必须 | |||
| ├─ visible-arrow | boolean | 非必须 | |||
| ├─ popper-class | string | 非必须 | |||
| ├─ placement | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ width | string | 非必须 | |||
| ├─ visible | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | object | 非必须 | |||
| ├─ prop | string | 非必须 | |||
| ├─ append-to-body | boolean | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ labelWidth | string | 非必须 | |||
| ├─ labelPosition | string | 非必须 | |||
| ├─ inline | boolean | 非必须 | |||
| ├─ size | string | 非必须 | |||
| ├─ label-align | boolean | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ label-position | string | 非必须 | |||
| ├─ label-suffix | string | 非必须 | |||
| ├─ label-width | string | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ headerAlign | string | 非必须 | |||
| ├─ align | string | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 非必须 | |||
| ├─ align | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ slots | object | 必须 | |||
| ├─ default | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | object [] | 非必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ modelValue | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | boolean | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ props | object | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ item | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ created_date2 | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ fault | null | 必须 | |||
| ├─ addresses | object | 必须 | |||
| ├─ 42a216b5-6f67-4cd0-9453-0da3ce0a1f3b | object [] | 非必须 | item 类型: object | ||
| ├─ version | string | 必须 | |||
| ├─ addr | string | 必须 | |||
| ├─ OS-EXT-IPS-MAC:mac_addr | string | 必须 | |||
| ├─ OS-EXT-IPS:type | string | 必须 | |||
| ├─ OS-EXT-IPS:port_id | string | 必须 | |||
| ├─ 9573a661-a105-4e92-b8be-e728ae37e5f0 | object [] | 非必须 | item 类型: object | ||
| ├─ version | string | 非必须 | |||
| ├─ addr | string | 非必须 | |||
| ├─ OS-EXT-IPS-MAC:mac_addr | string | 非必须 | |||
| ├─ OS-EXT-IPS:type | string | 非必须 | |||
| ├─ OS-EXT-IPS:port_id | string | 非必须 | |||
| ├─ flavor | object | 必须 | |||
| ├─ disk | string | 非必须 | |||
| ├─ vcpus | string | 非必须 | |||
| ├─ ram | string | 非必须 | |||
| ├─ id | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ accessIPv4 | string | 必须 | |||
| ├─ accessIPv6 | string | 必须 | |||
| ├─ status | string | 必须 | |||
| ├─ progress | number | 必须 | |||
| ├─ hostId | string | 必须 | |||
| ├─ updated | string | 必须 | |||
| ├─ created | string | 必须 | |||
| ├─ metadata | object | 必须 | |||
| ├─ lockScene | string | 非必须 | |||
| ├─ agency_name | string | 非必须 | |||
| ├─ charging_mode | string | 非必须 | |||
| ├─ vpc_id | string | 非必须 | |||
| ├─ lockSource | string | 非必须 | |||
| ├─ lockSourceId | string | 非必须 | |||
| ├─ metering.imagetype | string | 非必须 | |||
| ├─ image_name | string | 非必须 | |||
| ├─ metering.resourcespeccode | string | 非必须 | |||
| ├─ My Server Name | string | 非必须 | |||
| ├─ os_type | string | 非必须 | |||
| ├─ metering.resourcetype | string | 非必须 | |||
| ├─ metering.image_id | string | 非必须 | |||
| ├─ os_bit | string | 非必须 | |||
| ├─ lockCheckEndpoint | string | 非必须 | |||
| ├─ cascaded.instance_extrainfo | string | 非必须 | |||
| ├─ metering.product_id | string | 非必须 | |||
| ├─ metering.order_id | string | 非必须 | |||
| ├─ tags | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ description | string | 必须 | |||
| ├─ locked | boolean | 必须 | |||
| ├─ config_drive | string | 必须 | |||
| ├─ tenant_id | string | 必须 | |||
| ├─ user_id | string | 必须 | |||
| ├─ key_name | null | 必须 | |||
| ├─ os-extended-volumes:volumes_attached | object [] | 必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ delete_on_termination | string | 必须 | |||
| ├─ device | string | 必须 | |||
| ├─ bootIndex | string,null | 必须 | |||
| ├─ OS-EXT-STS:task_state | null | 必须 | |||
| ├─ OS-EXT-STS:power_state | number | 必须 | |||
| ├─ OS-EXT-STS:vm_state | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:host | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:instance_name | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:hypervisor_hostname | string | 必须 | |||
| ├─ OS-DCF:diskConfig | string | 必须 | |||
| ├─ OS-EXT-AZ:availability_zone | string | 必须 | |||
| ├─ os:scheduler_hints | object | 必须 | |||
| ├─ group | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ OS-EXT-SRV-ATTR:root_device_name | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:ramdisk_id | string | 必须 | |||
| ├─ enterprise_project_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:user_data | string | 必须 | |||
| ├─ OS-SRV-USG:launched_at | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:kernel_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:launch_index | number | 必须 | |||
| ├─ host_status | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:reservation_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:hostname | string | 必须 | |||
| ├─ OS-SRV-USG:terminated_at | null | 必须 | |||
| ├─ sys_tags | object [] | 必须 | item 类型: object | ||
| ├─ key | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ security_groups | object [] | 必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ image | object | 必须 | |||
| ├─ id | string | 非必须 | |||
| ├─ hypervisor | null | 必须 | |||
| ├─ auto_terminate_time | string | 必须 | |||
| ├─ cpu_options | object | 必须 | |||
| ├─ hw:cpu_threads | null | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ horizontal | boolean | 非必须 | |||
| ├─ gutter | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ style | object,string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ offset | number | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ horizontal | boolean | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ vertical | boolean | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | object,number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ width | string | 非必须 | |||
| ├─ controls | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ validRules | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onCancel | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onSave | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ modelValue | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | boolean | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ labelWidth | string | 非必须 | |||
| ├─ labelPosition | string | 非必须 | |||
| ├─ inline | boolean | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ xl | number | 非必须 | |||
| ├─ lg | number | 非必须 | |||
| ├─ md | number | 非必须 | |||
| ├─ sm | number | 非必须 | |||
| ├─ xs | number | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ modelValue | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ mini | boolean | 非必须 | |||
| ├─ transparent | boolean | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ move | number | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ dataSource | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ src | string | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ multiple | boolean | 非必须 | |||
| ├─ size | string | 非必须 | |||
| ├─ plain | boolean | 非必须 | |||
| ├─ loading | boolean | 非必须 | |||
| ├─ autofocus | boolean | 非必须 | |||
| ├─ circle | boolean | 非必须 | |||
| ├─ round | boolean | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | object | 非必须 | |||
| ├─ margin | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ modelValue | object,string | 非必须 | |||
| ├─ src | object,string | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onChange | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ round | boolean | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ border | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ type | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ sortable | boolean | 必须 | |||
| ├─ auto-resize | boolean | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ rowSpan | object [] | 非必须 | item 类型: object | ||
| ├─ field | string | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ modelValue | string,boolean | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ href | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ visible-arrow | boolean | 非必须 | |||
| ├─ popper-class | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ sm | number | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ checked | object,boolean | 非必须 | |||
| ├─ modelValue | object,boolean | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ placement | string | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ vertical | boolean | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | object,string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ move | number | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ text | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ className | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ componentType | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ componentType | string | 必须 | |||
| ├─ condition | boolean | 必须 | |||
| ├─ condition | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ kind | string | 非必须 | |||
| ├─ loopArgs | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ componentType | string | 非必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ fileName | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ condition | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ kind | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ componentType | string | 必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ fileName | string | 必须 | |||
| ├─ meta | object | 必须 | |||
| ├─ id | number | 非必须 | |||
| ├─ parentId | string | 非必须 | |||
| ├─ group | string | 非必须 | |||
| ├─ occupier | object | 非必须 | |||
| ├─ id | number | 非必须 | |||
| ├─ username | string | 非必须 | |||
| string | 非必须 | ||||
| ├─ provider | null | 非必须 | |||
| ├─ password | null | 非必须 | |||
| ├─ confirmationToken | string | 非必须 | |||
| ├─ confirmed | boolean | 非必须 | |||
| ├─ blocked | null | 非必须 | |||
| ├─ role | null | 非必须 | |||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ block | null | 非必须 | |||
| ├─ is_admin | boolean | 非必须 | |||
| ├─ is_public | null | 非必须 | |||
| ├─ isHome | boolean | 非必须 | |||
| ├─ router | string | 非必须 | |||
| ├─ rootElement | string | 非必须 | |||
| ├─ creator | string | 非必须 | |||
| ├─ gmt_create | string | 非必须 | |||
| ├─ gmt_modified | string | 非必须 | |||
| ├─ id | number | 必须 | 文件夹id | ||
| ├─ parentId | string | 必须 | 父节点id | ||
| ├─ depth | number | 必须 | |||
| ├─ folderName | string | 必须 | 文件夹名称 | ||
| ├─ router | string | 必须 | 路由 | ||
| ├─ gmt_create | string | 必须 | |||
| ├─ gmt_modified | string | 必须 | |||
| ├─ componentsMap | object [] | 非必须 | 应用用到的组件+区块构建产物 | item 类型: object | |
| ├─ componentName | string | 必须 | 组件名称 | ||
| ├─ package | string | 必须 | 包 | ||
| ├─ exportName | string | 必须 | 导出名称 | ||
| ├─ destructuring | boolean | 必须 | |||
| ├─ version | string | 必须 | 版本 | ||
| ├─ main | string | 必须 | |||
| ├─ bridge | string [] | 非必须 | 应用桥接源 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ utils | object [] | 非必须 | 应用工具类 | item 类型: object | |
| ├─ name | string | 必须 | 名称 | ||
| ├─ type | string | 必须 | 类型 | ||
| ├─ content | object | 必须 | 内容 | ||
| ├─ type | string | 非必须 | 类型 | ||
| ├─ value | string | 非必须 | 值 | ||
| ├─ package | string | 非必须 | 包 | ||
| ├─ destructuring | boolean | 非必须 | |||
| ├─ exportName | string | 非必须 | 导出名称 | ||
| ├─ version | string | 非必须 | 版本 | ||
| ├─ subName | string | 非必须 | |||
| ├─ main | string | 非必须 | |||
| ├─ config | object | 非必须 | 应用全局配置 | ||
| ├─ sdkVersion | string | 非必须 | |||
| ├─ historyMode | string | 非必须 | |||
| ├─ targetRootID | string | 非必须 | |||
| ├─ constants | string | 非必须 | 应用全局变量 | ||
| ├─ css | string | 非必须 | 应用全局样式 | ||
| ├─ version | string | 非必须 | 应用版本 | ||
| locale | string | 非必须 |
基本信息
Path: /app-center/api/apps/schema/:id
Method: GET
接口描述:
version 暂且为空,预留
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 866 | 应用id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ meta | object | 非必须 | 应用基本信息 | ||
| ├─ name | string | 非必须 | |||
| ├─ tenant | number | 非必须 | |||
| ├─ git_group | string | 非必须 | |||
| ├─ project_name | string | 非必须 | |||
| ├─ description | string | 非必须 | |||
| ├─ branch | string | 非必须 | |||
| ├─ is_demo | null | 非必须 | |||
| ├─ global_state | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 非必须 | |||
| ├─ state | object | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ getters | object | 非必须 | |||
| ├─ count | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ appId | string | 非必须 | |||
| ├─ creator | string | 非必须 | |||
| ├─ gmt_create | string | 非必须 | |||
| ├─ gmt_modified | string | 非必须 | |||
| ├─ dataSource | object | 非必须 | 应用数据源 | ||
| ├─ list | object [] | 非必须 | item 类型: object | ||
| ├─ id | number | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ data | object | 必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ 1111 | string | 必须 | |||
| ├─ test | string | 必须 | |||
| ├─ test1 | string | 必须 | |||
| ├─ _id | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ url | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ content | string | 必须 | |||
| ├─ version | string | 必须 | |||
| ├─ framework | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ components | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ pid | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ dsl | string | 必须 | |||
| ├─ state | string | 必须 | |||
| ├─ theme | string | 必须 | |||
| ├─ blocks | string | 必须 | |||
| ├─ latest | string | 必须 | |||
| ├─ plugins | string | 必须 | |||
| ├─ toolbar | string | 必须 | |||
| ├─ material | string | 必须 | |||
| ├─ sub_count | string | 必须 | |||
| ├─ editor_url | string | 必须 | |||
| ├─ vscode_url | string | 必须 | |||
| ├─ source_tpls | string | 必须 | |||
| ├─ platform_url | string | 必须 | |||
| ├─ platform_desc | string | 必须 | |||
| ├─ material_history | string | 必须 | |||
| ├─ isSelected | string | 必须 | |||
| ├─ materials | string | 必须 | |||
| ├─ material_version | string | 必须 | |||
| ├─ app | string | 必须 | |||
| ├─ tpl | string | 必须 | |||
| ├─ data | string | 必须 | |||
| ├─ desc | string | 必须 | |||
| ├─ number | number | 必须 | |||
| ├─ link | string | 必须 | |||
| ├─ switch | null | 必须 | |||
| ├─ slider | null | 必须 | |||
| ├─ age | string | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ type | string | 必须 | |||
| ├─ format | object | 必须 | |||
| ├─ max | number | 非必须 | |||
| ├─ min | number | 非必须 | |||
| ├─ dateTime | boolean | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ stringType | string | 非必须 | |||
| ├─ options | object | 非必须 | |||
| ├─ uri | string | 非必须 | |||
| ├─ method | string | 非必须 | |||
| ├─ isSync | boolean | 非必须 | |||
| ├─ dataHandler | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ willFetch | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ shouldFetch | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ errorHandler | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ tpl | null | 必须 | |||
| ├─ app | string | 必须 | |||
| ├─ desc | null | 必须 | |||
| ├─ created_by | null | 必须 | |||
| ├─ updated_by | null | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ dataHandler | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ i18n | object | 非必须 | 国际化词条 | ||
| ├─ zh_CN | object | 非必须 | |||
| ├─ lowcode.c257d5e8 | string | 非必须 | |||
| ├─ lowcode.61c8ac8c | string | 非必须 | |||
| ├─ lowcode.f53187a0 | string | 非必须 | |||
| ├─ lowcode.97ad00dd | string | 非必须 | |||
| ├─ en_US | object | 非必须 | |||
| ├─ lowcode.c257d5e8 | string | 非必须 | |||
| ├─ lowcode.61c8ac8c | string | 非必须 | |||
| ├─ lowcode.f53187a0 | string | 非必须 | |||
| ├─ lowcode.97ad00dd | string | 非必须 | |||
| ├─ componentsTree | object [] | 非必须 | 应用页面+文件夹 | item 类型: object | |
| ├─ state | object | 必须 | |||
| ├─ newsList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ pictureList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ titleList | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ date | string | 必须 | |||
| ├─ components | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ text | string | 必须 | |||
| ├─ pageConfig | object | 非必须 | |||
| ├─ component | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ attrs | object | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ pageSizes | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ total | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ componentsTotal | number | 非必须 | |||
| ├─ renderf5956ed2 | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ renderb52aeac9 | object [] | 非必须 | item 类型: object | ||
| ├─ framework | string | 必须 | |||
| ├─ materials | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ render7e97d9c7 | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ list | object [] | 非必须 | item 类型: object | ||
| ├─ imgUrl | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ buttonText | string | 非必须 | |||
| ├─ message | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ buttonText | string | 必须 | |||
| ├─ left | boolean | 非必须 | |||
| ├─ link | string | 必须 | |||
| ├─ right | boolean | 非必须 | |||
| ├─ entranceData | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ showEditor | boolean | 非必须 | |||
| ├─ showMore | boolean | 非必须 | |||
| ├─ visableData | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ validRules | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ newMaterial | boolean | 非必须 | |||
| ├─ deleteModal | boolean | 非必须 | |||
| ├─ chosePlatformModal | boolean | 非必须 | |||
| ├─ materialName | string | 非必须 | |||
| ├─ materialVersion | string | 非必须 | |||
| ├─ materialDesc | string | 非必须 | |||
| ├─ materialStack | string | 非必须 | |||
| ├─ render1afb211a | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 非必须 | |||
| ├─ render5e9a9729 | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ framework | string | 非必须 | |||
| ├─ components | string | 非必须 | |||
| ├─ content | string | 非必须 | |||
| ├─ url | string | 非必须 | |||
| ├─ published_at | string | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ published | string | 非必须 | |||
| ├─ last_build_info | string | 非必须 | |||
| ├─ tenant | string | 非必须 | |||
| ├─ version | string | 非必须 | |||
| ├─ description | string | 非必须 | |||
| ├─ render7536dfdc | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ framework | string | 必须 | |||
| ├─ components | string | 必须 | |||
| ├─ content | string | 必须 | |||
| ├─ url | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ version | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ _RID | string | 非必须 | |||
| ├─ platform | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ searchType | string | 非必须 | |||
| ├─ rendere091744c | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ theme | string | 必须 | |||
| ├─ material | string | 必须 | |||
| ├─ plugins | string | 必须 | |||
| ├─ toolbar | string | 必须 | |||
| ├─ editor_url | string | 必须 | |||
| ├─ platform_desc | string | 必须 | |||
| ├─ published_at | string | 必须 | |||
| ├─ created_at | string | 必须 | |||
| ├─ updated_at | string | 必须 | |||
| ├─ state | string | 必须 | |||
| ├─ platform_url | string | 必须 | |||
| ├─ vscode_url | string | 必须 | |||
| ├─ published | string | 必须 | |||
| ├─ blocks | string | 必须 | |||
| ├─ last_build_info | string | 必须 | |||
| ├─ tenant | string | 必须 | |||
| ├─ description | string | 必须 | |||
| ├─ latest | string | 必须 | |||
| ├─ material_history | string | 必须 | |||
| ├─ source_tpls | string | 必须 | |||
| ├─ dsl | string | 必须 | |||
| ├─ sub_count | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ showPopper | boolean | 非必须 | |||
| ├─ formData | object [] | 非必须 | item 类型: object | ||
| ├─ key | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ version | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ company | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ danwei | object [] | 非必须 | item 类型: object | ||
| ├─ label | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ loop_6fcaf983 | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ number | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ _RID | string | 必须 | |||
| ├─ dataDisk | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ navActive | number | 非必须 | |||
| ├─ methods | object | 必须 | |||
| ├─ aa | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ linkClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ query | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ getTableData | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ clearSelected | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ goCreate | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ playVideo | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ toRouter | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ gotoHome | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ showEditor | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ selectLadder | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ save | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ cancel | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleAddMaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleCloseNewMaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ closeDeleteModal | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleCloseChosePlatform | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ openChosePlatform | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ openDeleteModal | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleConfirmCreate | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ handleClickzzc | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ gotoMymaterial | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ componentName | string | 必须 | |||
| ├─ css | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ lifeCycles | object | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onGotoHome | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ visible | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ onClose | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ modelValue | boolean | 非必须 | |||
| ├─ text | string | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ type | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ span | string,number | 非必须 | |||
| ├─ text | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ arrow | string | 非必须 | |||
| ├─ indicator-position | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ loop | boolean | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ ref | string | 非必须 | |||
| ├─ visible-arrow | boolean | 非必须 | |||
| ├─ popper-class | string | 非必须 | |||
| ├─ placement | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ width | string | 非必须 | |||
| ├─ visible | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | object | 非必须 | |||
| ├─ prop | string | 非必须 | |||
| ├─ append-to-body | boolean | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ labelWidth | string | 非必须 | |||
| ├─ labelPosition | string | 非必须 | |||
| ├─ inline | boolean | 非必须 | |||
| ├─ size | string | 非必须 | |||
| ├─ label-align | boolean | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ label-position | string | 非必须 | |||
| ├─ label-suffix | string | 非必须 | |||
| ├─ label-width | string | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ headerAlign | string | 非必须 | |||
| ├─ align | string | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ title | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ headerAlign | string | 非必须 | |||
| ├─ align | string | 必须 | |||
| ├─ width | number | 必须 | |||
| ├─ field | string | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ slots | object | 必须 | |||
| ├─ default | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | object [] | 非必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ modelValue | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | boolean | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ props | object | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ item | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ created_date2 | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ fault | null | 必须 | |||
| ├─ addresses | object | 必须 | |||
| ├─ 42a216b5-6f67-4cd0-9453-0da3ce0a1f3b | object [] | 非必须 | item 类型: object | ||
| ├─ version | string | 必须 | |||
| ├─ addr | string | 必须 | |||
| ├─ OS-EXT-IPS-MAC:mac_addr | string | 必须 | |||
| ├─ OS-EXT-IPS:type | string | 必须 | |||
| ├─ OS-EXT-IPS:port_id | string | 必须 | |||
| ├─ 9573a661-a105-4e92-b8be-e728ae37e5f0 | object [] | 非必须 | item 类型: object | ||
| ├─ version | string | 非必须 | |||
| ├─ addr | string | 非必须 | |||
| ├─ OS-EXT-IPS-MAC:mac_addr | string | 非必须 | |||
| ├─ OS-EXT-IPS:type | string | 非必须 | |||
| ├─ OS-EXT-IPS:port_id | string | 非必须 | |||
| ├─ flavor | object | 必须 | |||
| ├─ disk | string | 非必须 | |||
| ├─ vcpus | string | 非必须 | |||
| ├─ ram | string | 非必须 | |||
| ├─ id | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ accessIPv4 | string | 必须 | |||
| ├─ accessIPv6 | string | 必须 | |||
| ├─ status | string | 必须 | |||
| ├─ progress | number | 必须 | |||
| ├─ hostId | string | 必须 | |||
| ├─ updated | string | 必须 | |||
| ├─ created | string | 必须 | |||
| ├─ metadata | object | 必须 | |||
| ├─ lockScene | string | 非必须 | |||
| ├─ agency_name | string | 非必须 | |||
| ├─ charging_mode | string | 非必须 | |||
| ├─ vpc_id | string | 非必须 | |||
| ├─ lockSource | string | 非必须 | |||
| ├─ lockSourceId | string | 非必须 | |||
| ├─ metering.imagetype | string | 非必须 | |||
| ├─ image_name | string | 非必须 | |||
| ├─ metering.resourcespeccode | string | 非必须 | |||
| ├─ My Server Name | string | 非必须 | |||
| ├─ os_type | string | 非必须 | |||
| ├─ metering.resourcetype | string | 非必须 | |||
| ├─ metering.image_id | string | 非必须 | |||
| ├─ os_bit | string | 非必须 | |||
| ├─ lockCheckEndpoint | string | 非必须 | |||
| ├─ cascaded.instance_extrainfo | string | 非必须 | |||
| ├─ metering.product_id | string | 非必须 | |||
| ├─ metering.order_id | string | 非必须 | |||
| ├─ tags | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ description | string | 必须 | |||
| ├─ locked | boolean | 必须 | |||
| ├─ config_drive | string | 必须 | |||
| ├─ tenant_id | string | 必须 | |||
| ├─ user_id | string | 必须 | |||
| ├─ key_name | null | 必须 | |||
| ├─ os-extended-volumes:volumes_attached | object [] | 必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ delete_on_termination | string | 必须 | |||
| ├─ device | string | 必须 | |||
| ├─ bootIndex | string,null | 必须 | |||
| ├─ OS-EXT-STS:task_state | null | 必须 | |||
| ├─ OS-EXT-STS:power_state | number | 必须 | |||
| ├─ OS-EXT-STS:vm_state | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:host | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:instance_name | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:hypervisor_hostname | string | 必须 | |||
| ├─ OS-DCF:diskConfig | string | 必须 | |||
| ├─ OS-EXT-AZ:availability_zone | string | 必须 | |||
| ├─ os:scheduler_hints | object | 必须 | |||
| ├─ group | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ OS-EXT-SRV-ATTR:root_device_name | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:ramdisk_id | string | 必须 | |||
| ├─ enterprise_project_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:user_data | string | 必须 | |||
| ├─ OS-SRV-USG:launched_at | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:kernel_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:launch_index | number | 必须 | |||
| ├─ host_status | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:reservation_id | string | 必须 | |||
| ├─ OS-EXT-SRV-ATTR:hostname | string | 必须 | |||
| ├─ OS-SRV-USG:terminated_at | null | 必须 | |||
| ├─ sys_tags | object [] | 必须 | item 类型: object | ||
| ├─ key | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ security_groups | object [] | 必须 | item 类型: object | ||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ image | object | 必须 | |||
| ├─ id | string | 非必须 | |||
| ├─ hypervisor | null | 必须 | |||
| ├─ auto_terminate_time | string | 必须 | |||
| ├─ cpu_options | object | 必须 | |||
| ├─ hw:cpu_threads | null | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ horizontal | boolean | 非必须 | |||
| ├─ gutter | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ style | object,string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ offset | number | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ horizontal | boolean | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ vertical | boolean | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | object,number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ width | string | 非必须 | |||
| ├─ controls | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ validRules | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onCancel | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onSave | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ modelValue | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ model | boolean | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ labelWidth | string | 非必须 | |||
| ├─ labelPosition | string | 非必须 | |||
| ├─ inline | boolean | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ xl | number | 非必须 | |||
| ├─ lg | number | 非必须 | |||
| ├─ md | number | 非必须 | |||
| ├─ sm | number | 非必须 | |||
| ├─ xs | number | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ modelValue | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ mini | boolean | 非必须 | |||
| ├─ transparent | boolean | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ move | number | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ dataSource | number [] | 非必须 | item 类型: number | ||
| ├─ | 非必须 | ||||
| ├─ src | string | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ required | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ multiple | boolean | 非必须 | |||
| ├─ size | string | 非必须 | |||
| ├─ plain | boolean | 非必须 | |||
| ├─ loading | boolean | 非必须 | |||
| ├─ autofocus | boolean | 非必须 | |||
| ├─ circle | boolean | 非必须 | |||
| ├─ round | boolean | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | object | 非必须 | |||
| ├─ margin | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ label | string | 非必须 | |||
| ├─ span | number,string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ modelValue | object,string | 非必须 | |||
| ├─ src | object,string | 非必须 | |||
| ├─ onClick | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ onChange | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ dataSource | number | 非必须 | |||
| ├─ round | boolean | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ border | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ text | string | 必须 | |||
| ├─ value | string | 必须 | |||
| ├─ id | string | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ city | string | 必须 | |||
| ├─ employees | number | 必须 | |||
| ├─ created_date | string | 必须 | |||
| ├─ boole | boolean | 必须 | |||
| ├─ layout | string | 非必须 | |||
| ├─ total | number | 非必须 | |||
| ├─ pageSize | number | 非必须 | |||
| ├─ currentPage | number | 非必须 | |||
| ├─ editConfig | object | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ mode | string | 非必须 | |||
| ├─ showStatus | boolean | 非必须 | |||
| ├─ columns | object [] | 非必须 | item 类型: object | ||
| ├─ type | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ field | string | 必须 | |||
| ├─ title | string | 必须 | |||
| ├─ sortable | boolean | 必须 | |||
| ├─ auto-resize | boolean | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ rowSpan | object [] | 非必须 | item 类型: object | ||
| ├─ field | string | 非必须 | |||
| ├─ disabled | boolean | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ modelValue | string,boolean | 非必须 | |||
| ├─ height | string | 非必须 | |||
| ├─ autoplay | boolean | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ src | string | 非必须 | |||
| ├─ options | object [] | 非必须 | item 类型: object | ||
| ├─ value | string | 必须 | |||
| ├─ label | string | 必须 | |||
| ├─ className | object,string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ href | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ visible-arrow | boolean | 非必须 | |||
| ├─ popper-class | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ title | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ sm | number | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ text | object,string | 非必须 | |||
| ├─ checked | object,boolean | 非必须 | |||
| ├─ modelValue | object,boolean | 非必须 | |||
| ├─ width | number | 非必须 | |||
| ├─ trigger | string | 非必须 | |||
| ├─ placement | string | 非必须 | |||
| ├─ active | string | 非必须 | |||
| ├─ data | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 必须 | |||
| ├─ vertical | boolean | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ style | object,string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ move | number | 非必须 | |||
| ├─ className | string | 非必须 | |||
| ├─ text | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ slot | string | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object [] | 必须 | item 类型: object | ||
| ├─ componentName | string | 必须 | |||
| ├─ props | object | 必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ text | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ style | string | 非必须 | |||
| ├─ className | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ span | number | 非必须 | |||
| ├─ placeholder | string | 非必须 | |||
| ├─ key | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ children | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ componentType | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ componentType | string | 必须 | |||
| ├─ condition | boolean | 必须 | |||
| ├─ condition | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ kind | string | 非必须 | |||
| ├─ loopArgs | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ componentType | string | 非必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ fileName | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ loop | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ condition | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ kind | string | 非必须 | |||
| ├─ id | string | 必须 | |||
| ├─ componentType | string | 必须 | |||
| ├─ loopArgs | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ fileName | string | 必须 | |||
| ├─ meta | object | 必须 | |||
| ├─ id | number | 非必须 | |||
| ├─ parentId | string | 非必须 | |||
| ├─ group | string | 非必须 | |||
| ├─ occupier | object | 非必须 | |||
| ├─ id | number | 非必须 | |||
| ├─ username | string | 非必须 | |||
| string | 非必须 | ||||
| ├─ provider | null | 非必须 | |||
| ├─ password | null | 非必须 | |||
| ├─ confirmationToken | string | 非必须 | |||
| ├─ confirmed | boolean | 非必须 | |||
| ├─ blocked | null | 非必须 | |||
| ├─ role | null | 非必须 | |||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ block | null | 非必须 | |||
| ├─ is_admin | boolean | 非必须 | |||
| ├─ is_public | null | 非必须 | |||
| ├─ isHome | boolean | 非必须 | |||
| ├─ router | string | 非必须 | |||
| ├─ rootElement | string | 非必须 | |||
| ├─ creator | string | 非必须 | |||
| ├─ gmt_create | string | 非必须 | |||
| ├─ gmt_modified | string | 非必须 | |||
| ├─ id | number | 必须 | |||
| ├─ parentId | string | 必须 | |||
| ├─ depth | number | 必须 | |||
| ├─ folderName | string | 必须 | |||
| ├─ router | string | 必须 | |||
| ├─ gmt_create | string | 必须 | |||
| ├─ gmt_modified | string | 必须 | |||
| ├─ componentsMap | object [] | 非必须 | 应用用到的组件+区块构建产物 | item 类型: object | |
| ├─ componentName | string | 必须 | |||
| ├─ package | string | 必须 | |||
| ├─ exportName | string | 必须 | |||
| ├─ destructuring | boolean | 必须 | |||
| ├─ version | string | 必须 | |||
| ├─ main | string | 必须 | |||
| ├─ bridge | string [] | 非必须 | 应用桥接源 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ utils | object [] | 非必须 | 应用工具类 | item 类型: object | |
| ├─ name | string | 必须 | |||
| ├─ type | string | 必须 | |||
| ├─ content | object | 必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ package | string | 非必须 | |||
| ├─ destructuring | boolean | 非必须 | |||
| ├─ exportName | string | 非必须 | |||
| ├─ version | string | 非必须 | |||
| ├─ subName | string | 非必须 | |||
| ├─ main | string | 非必须 | |||
| ├─ config | object | 非必须 | 应用全局配置 | ||
| ├─ sdkVersion | string | 非必须 | |||
| ├─ historyMode | string | 非必须 | |||
| ├─ targetRootID | string | 非必须 | |||
| ├─ constants | string | 非必须 | 应用全局变量 | ||
| ├─ css | string | 非必须 | 应用全局样式 | ||
| ├─ version | string | 非必须 | 应用版本 | ||
| locale | string | 非必须 |
应用下国际化词条批量上传
基本信息
Path: /app-center/api/apps/:id/i18n/entries/update
Method: POST
接口描述:
上传zip 内部结构
json文件名,大小写兼容zh_CN 简体中文en_US 美式英文en_GB 英文zh_TW 繁体中文(台湾地区)zh_HK 繁体中文(香港)en_HK 英语(香港)en_WW 英语(全球)en_CA 英语(加拿大)en_AU 英语(澳大利亚)en_IE 英语(爱尔兰)en_FI 英语(芬兰)fi_FI 芬兰语(芬兰)en_DK 英语(丹麦)da_DK 丹麦语(丹麦)en_IL 英语(以色列)he_IL 希伯来语(以色列)en_ZA 英语(南非)en_IN 英语(印度)en_NO 英语(挪威)en_SG 英语(新加坡)en_NZ 英语(新西兰)en_ID 英语(印度尼西亚)en_PH 英语(菲律宾)en_TH 英语(泰国)en_MY 英语(马来西亚)en_XA 英语(阿拉伯)ko_KR 韩文(韩国)ja_JP 日语(日本)nl_NL 荷兰语(荷兰)nl_BE 荷兰语(比利时)pt_PT 葡萄牙语(葡萄牙)pt_BR 葡萄牙语(巴西)fr_FR 法语(法国)fr_LU 法语(卢森堡)fr_CH 法语(瑞士)fr_BE 法语(比利时)fr_CA 法语(加拿大)es_LA 西班牙语(拉丁美洲)es_ES 西班牙语(西班牙)es_AR 西班牙语(阿根廷)es_US 西班牙语(美国)es_MX 西班牙语(墨西哥)es_CO 西班牙语(哥伦比亚)es_PR 西班牙语(波多黎各)de_DE 德语(德国)de_AT 德语(奥地利)de_CH 德语(瑞士)ru_RU 俄语(俄罗斯)it_IT 意大利语(意大利)el_GR 希腊语(希腊)no_NO 挪威语(挪威)hu_HU 匈牙利语(匈牙利)tr_TR 土耳其语(土耳其)cs_CZ 捷克语(捷克共和国)sl_SL 斯洛文尼亚语pl_PL 波兰语(波兰)sv_SE 瑞典语(瑞典)
// 返回数据:data 第一条数据是插入和更新数据的结果信息
{
"data": [
{
"fieldCount": 0,
"affectedRows": 2000,
"insertId": 12106,
"serverStatus": 2,
"warningCount": 7,
"message": ",Records: 1992 Duplicates: 1992 Warnings: 7",
"protocol41": true,
"changedRows": 1992
},
null
],
"locale": "zh-cn"
}
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | multipart/form-data | 是 |
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id |
Body
| 参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| 1 | file | 是 | 1: i18n.zip | 此zip文件内无目录。且目录下只有国际化语言码命名的json文件 |
| 2 | file | 否 |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object [] | 非必须 | item 类型: object | ||
| ├─ fieldCount | number | 非必须 | 字段数 | ||
| ├─ affectedRows | number | 非必须 | 受影响的行数 | ||
| ├─ insertId | number | 非必须 | 插入id | ||
| ├─ serverStatus | number | 非必须 | 服务器状态 | ||
| ├─ warningCount | number | 非必须 | 警告数量 | ||
| ├─ message | string | 非必须 | 信息 | ||
| ├─ protocol41 | boolean | 非必须 | 协议 | ||
| ├─ changedRows | number | 非必须 | 改变的行数 | ||
| locale | string | 非必须 |
应用修改
基本信息
Path: /material-center/api/apps/update/:id
Method: POST
接口描述:
修改应用接口
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 |
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 28 | 应用id |
Body
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| name | string | 非必须 | 应用名称 | ||
| description | string | 非必须 | 应用介绍 | ||
| app_website | string | 非必须 | 应用发布后的url | ||
| data_handler | object | 非必须 | 修改data_handler | ||
| extend_config | object | 非必须 | 应用扩展对象 - 内容前端管理 | ||
| project_name | string | 非必须 | 应用git仓库地址 | ||
| branch | string | 非必须 | 应用分支 | ||
| css | object | 非必须 | 全局css | ||
| constants | object | 非必须 | 全局变量 | ||
| global_state | object | 非必须 | 全局状态 | ||
| template_type | string | 非必须 | 模板类型 |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ id | string | 非必须 | |||
| ├─ name | string | 非必须 | 应用名称 | ||
| ├─ app_website | string | 非必须 | 应用发布后的url | ||
| ├─ platform | object | 非必须 | 应用关联的设计器 | ||
| ├─ id | number | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ theme | number | 非必须 | |||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ platform_url | string | 非必须 | |||
| ├─ vscode_url | string | 非必须 | |||
| ├─ published | null | 非必须 | |||
| ├─ createdBy | number | 非必须 | |||
| ├─ updatedBy | number | 非必须 | |||
| ├─ last_build_info | object | 非必须 | |||
| ├─ result | boolean | 非必须 | |||
| ├─ platformVersion | string | 非必须 | |||
| ├─ prevPlatformVersion | string | 非必须 | |||
| ├─ versions | string [] | 非必须 | item 类型: string | ||
| ├─ | 非必须 | ||||
| ├─ builderVersion | string | 非必须 | |||
| ├─ endTime | string | 非必须 | |||
| ├─ materialId | number | 非必须 | |||
| ├─ materialPkgName | string | 非必须 | |||
| ├─ materialVersion | string | 非必须 | |||
| ├─ tenant | number | 非必须 | |||
| ├─ description | string | 非必须 | |||
| ├─ latest | null | 非必须 | |||
| ├─ material_history | number | 非必须 | |||
| ├─ image_url | string | 非必须 | |||
| ├─ sort_plugins | null | 非必须 | |||
| ├─ sort_toolbar | null | 非必须 | |||
| ├─ is_default | null | 非必须 | |||
| ├─ prettier_opts | null | 非必须 | |||
| ├─ set_default_by | null | 非必须 | |||
| ├─ app_extend_config | null | 非必须 | |||
| ├─ data_hash | string | 非必须 | |||
| ├─ business_category | number | 非必须 | |||
| ├─ obs_url | string | 非必须 | 应用上传obs地址 | ||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | 更新人 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ state | null | 非必须 | |||
| ├─ published | boolean | 非必须 | 应用是否正式上线 预留字段 无用 | ||
| ├─ createdBy | object | 非必须 | 创建人信息 | ||
| ├─ id | number | 非必须 | |||
| ├─ username | string | 非必须 | 用户名 | ||
| string | 非必须 | 邮箱 | |||
| ├─ provider | null | 非必须 | 预留字段 | ||
| ├─ password | null | 非必须 | 预留字段 | ||
| ├─ confirmationToken | string | 非必须 | w3账户uuid | ||
| ├─ confirmed | boolean | 非必须 | 是否认证 | ||
| ├─ blocked | null | 非必须 | 账号是否被拉黑 | ||
| ├─ role | null | 非必须 | 角色 | ||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ block | null | 非必须 | |||
| ├─ is_admin | boolean | 非必须 | 是否是超级管理员 | ||
| ├─ is_public | null | 非必须 | 是否为公共账号 | ||
| ├─ updatedBy | object | 非必须 | |||
| ├─ id | number | 非必须 | |||
| ├─ username | string | 非必须 | |||
| string | 非必须 | ||||
| ├─ provider | null | 非必须 | |||
| ├─ password | null | 非必须 | |||
| ├─ confirmationToken | string | 非必须 | |||
| ├─ confirmed | boolean | 非必须 | |||
| ├─ blocked | null | 非必须 | |||
| ├─ role | null | 非必须 | |||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ block | null | 非必须 | |||
| ├─ is_admin | boolean | 非必须 | |||
| ├─ is_public | null | 非必须 | |||
| ├─ tenant | number | 非必须 | 所在组织 | ||
| ├─ home_page | null | 非必须 | 主页面id | ||
| ├─ css | null | 非必须 | 全局css json对象 | ||
| ├─ config | null | 非必须 | 应用全局配置 | ||
| ├─ git_group | null | 非必须 | git仓库分组 | ||
| ├─ project_name | null | 非必须 | 应用git仓库地址 | ||
| ├─ constants | null | 非必须 | 应用全局变量 | ||
| ├─ data_handler | object | 非必须 | 应用通用数据处理-前端管理 服务端存json串 | ||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ description | string | 非必须 | 应用描述 | ||
| ├─ latest | null | 非必须 | 应用最后一次记录 预留字段 | ||
| ├─ platform_history | null | 非必须 | 应用关联设计器最后一次构建记录 预留字段 | ||
| ├─ editor_url | string | 非必须 | 此应用的访问地址 | ||
| ├─ branch | null | 非必须 | 应用发布的目标git 分支 | ||
| ├─ visit_url | null | 非必须 | 预留字段 | ||
| ├─ is_demo | null | 非必须 | 是否为系统内demo应用 | ||
| ├─ image_url | string | 非必须 | 应用封面图 | ||
| ├─ is_default | null | 非必须 | 是否为系统内默认应用 | ||
| ├─ template_type | null | 非必须 | 应用模板类型 | ||
| ├─ set_template_time | null | 非必须 | 应用被设置为模板时间 | ||
| ├─ set_template_by | null | 非必须 | 设置此应用为模板的用户 | ||
| ├─ set_default_by | null | 非必须 | |||
| ├─ framework | string | 非必须 | 应用的前端框架 | ||
| ├─ global_state | null | 非必须 | 应用全局状态 前端管理 服务端存json | ||
| ├─ default_lang | null | 非必须 | 应用默认语言编码 预留字段 | ||
| ├─ extend_config | object | 非必须 | 应用系统扩展配置 前端管理 服务端存json | ||
| ├─ assets_url | string | 非必须 | 应用预览/发布生成代码zip包 obs地址 | ||
| ├─ data_hash | string | 非必须 | 应用数据hash, 防止无数据变化构建 | ||
| ├─ block_groups | object [] | 非必须 | 应用关联区块分组 | item 类型: object | |
| ├─ id | number | 非必须 | |||
| ├─ name | string | 非必须 | 名称 | ||
| ├─ app | number | 非必须 | 关联应用 | ||
| ├─ desc | null | 非必须 | 描述 | ||
| ├─ created_by | null | 非必须 | 创建人 | ||
| ├─ updated_by | null | 非必须 | 更新人 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ block_categories | object [] | 非必须 | 区块封面类 | item 类型: object | |
| ├─ id | number | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ app | number | 非必须 | |||
| ├─ desc | null | 非必须 | |||
| ├─ createdBy | number | 非必须 | |||
| ├─ updatedBy | number | 非必须 | |||
| ├─ created_by | null | 非必须 | |||
| ├─ updated_by | null | 非必须 | |||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ categoryId | string | 非必须 | |||
| ├─ category_id | string | 非必须 | |||
| ├─ source_tpls | string [] | 非必须 | 应用关联数据模板 -- 预留字段 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ i18n_langs | string [] | 非必须 | 应用关联的非zh_CN en_US 之外的语言数据 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ tpl-groups | string [] | 非必须 | 关联页面模板分组 | item 类型: string | |
| ├─ | 非必须 | ||||
| locale | string | 非必须 |
应用发布
基本信息
Path: /app-center/api/apps/publish/:id
Method: POST
接口描述:
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 |
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 1482 | 应用id |
Body
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| allGenerate | boolean | 必须 | 是否需要生成工程的默认配置 | ||
| branch | string | 必须 | 分支名称 | ||
| canCreateNewBranch | boolean | 必须 | 分支不存在的时候时候创建分支 | ||
| commitMsg | string | 必须 | 提交信息 |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 必须 | |||
| ├─ code | number | 必须 | 成功状态码 | ||
| ├─ url | string | 必须 | git url | ||
| ├─ result | string | 必须 | 成功提示 |
应用构建类型任务状态查询
基本信息
Path: /app-center/api/tasks/status/:id
Method: GET
接口描述:
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 28545 | 任务id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ id | number | 非必须 | 任务id | ||
| ├─ teamId | number | 非必须 | 团队id 预留字段无用 | 枚举: 0 | |
| ├─ taskTypeId | number | 非必须 | 任务类型 | 枚举: 0,1,2,3,4,5 | |
| ├─ uniqueId | number | 非必须 | 被构建业务id 例如 应用、设计器等 | ||
| ├─ taskName | null | 非必须 | 任务名称 | ||
| ├─ taskStatus | number | 非必须 | 任务状态 | 枚举: 0,1,2,3 | |
| ├─ taskResult | string | 非必须 | 任务执行结果 | ||
| ├─ progress | string | 非必须 | 当前执行步骤 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ progress_percent | number | 非必须 | 任务执行进度0-100 | 最大值: 100 最小值: 0 | |
| locale | string | 非必须 |
应用详情
基本信息
Path: /app-center/api/apps/detail/:id
Method: GET
接口描述:
获取应用信息
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 |
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 2 | 应用id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ id | string | 非必须 | 应用id | ||
| ├─ name | string | 非必须 | 应用名称 | ||
| ├─ app_website | string | 非必须 | 用户配置的正式环境应用访问地址 | ||
| ├─ platform | object | 非必须 | 从属设计器 | ||
| ├─ id | number | 非必须 | 设计器id | ||
| ├─ name | string | 非必须 | 设计器名称 | ||
| ├─ obs_url | string | 非必须 | 应用资源obs地址 | ||
| ├─ created_at | string | 非必须 | |||
| ├─ updated_at | string | 非必须 | |||
| ├─ state | null | 非必须 | 应用状态 预留字段-无用 | ||
| ├─ published | boolean | 非必须 | 应用是否正式上线 预留字段 无用 | ||
| ├─ createdBy | object | 非必须 | 应用创建者 | ||
| ├─ id | number | 非必须 | 用户id | ||
| ├─ username | string | 非必须 | 用户名 | ||
| ├─ tenant | number | 非必须 | 从属租户 | ||
| ├─ home_page | string | 非必须 | 首页页面id | ||
| ├─ css | null | 非必须 | 全局css json对象 | ||
| ├─ config | object | 非必须 | 应用全局配置 | ||
| ├─ git_group | string | 非必须 | 应用git分组-预留字段 | ||
| ├─ project_name | string | 非必须 | 应用git仓库地址 | ||
| ├─ constants | null | 非必须 | 应用全局变量 | ||
| ├─ data_handler | object | 非必须 | 应用通用数据处理-前端管理 服务端存json串 | ||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ description | string | 非必须 | 应用描述 | ||
| ├─ latest | null | 非必须 | 应用最后一次记录 预留字段 | ||
| ├─ platform_history | null | 非必须 | 应用关联设计器最后一次构建记录 预留字段 | ||
| ├─ editor_url | string | 非必须 | 此应用的访问地址 | ||
| ├─ branch | string | 非必须 | 应用发布的目标git 分支 | ||
| ├─ visit_url | null | 非必须 | 预留字段 | ||
| ├─ is_demo | boolean | 非必须 | 是否为系统内demo应用 | ||
| ├─ image_url | string | 非必须 | 应用封面图 | ||
| ├─ is_default | boolean | 非必须 | 是否为系统内默认应用 | ||
| ├─ template_type | null | 非必须 | 应用模板类型 | ||
| ├─ set_template_time | null | 非必须 | 应用被设置为模板时间 | ||
| ├─ set_template_by | null | 非必须 | 设置此应用为模板的用户 | ||
| ├─ framework | string | 非必须 | 应用的前端框架 | 枚举: Vue,Angular | |
| ├─ global_state | object [] | 非必须 | 应用全局状态 前端管理 服务端存json | item 类型: object | |
| ├─ id | string | 非必须 | |||
| ├─ state | object | 非必须 | |||
| ├─ name | string | 非必须 | |||
| ├─ getters | object | 非必须 | |||
| ├─ count | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ actions | object | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ value | string | 非必须 | |||
| ├─ default_lang | null | 非必须 | 应用默认语言编码 预留字段 | ||
| ├─ extend_config | object | 非必须 | 应用系统扩展配置 前端管理 服务端存json | ||
| ├─ business | object | 非必须 | |||
| ├─ serviceName | string | 非必须 | |||
| ├─ endpointName | string | 非必须 | |||
| ├─ endpointId | string | 非必须 | |||
| ├─ serviceId | string | 非必须 | |||
| ├─ router | string | 非必须 | |||
| ├─ env | object | 非必须 | |||
| ├─ alpha | object | 非必须 | |||
| ├─ regions | object [] | 非必须 | item 类型: object | ||
| ├─ name | string | 非必须 | |||
| ├─ baseUrl | string | 非必须 | |||
| ├─ isDefault | boolean | 非必须 | |||
| ├─ isDefault | boolean | 非必须 | |||
| ├─ type | string | 非必须 | |||
| ├─ assets_url | null | 非必须 | 应用预览/发布生成代码zip包 obs地址 | ||
| ├─ data_hash | string | 非必须 | 应用数据hash, 防止无数据变化构建 | ||
| ├─ block_groups | object [] | 非必须 | 应用关联区块分组 | item 类型: object | |
| ├─ id | number | 必须 | |||
| ├─ name | string | 必须 | |||
| ├─ app | number | 必须 | |||
| ├─ block_categories | string [] | 非必须 | 关联区块分类 | item 类型: string | |
| ├─ | 非必须 | 区块数据 | |||
| ├─ source_tpls | string [] | 非必须 | 应用关联数据模板 -- 预留字段 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ i18n_langs | string [] | 非必须 | 应用关联的非zh_CN en_US 之外的语言数据 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ tpl-groups | string [] | 非必须 | 关联页面模板分组 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ sub_count | number | 非必须 | 应用的页面数量(不包含文件夹) | ||
| locale | string | 非必须 |
应用预览
基本信息
Path: /app-center/api/apps/preview/:id
Method: GET
接口描述:
返回一个标准的 任务数据
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 12 | 应用id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ id | number | 非必须 | 任务id | ||
| ├─ teamId | number | 非必须 | 团队id | ||
| ├─ taskTypeId | number | 非必须 | 任务类型 | 枚举: 1,2,3,4,5 枚举备注: 1: 物料构建 2: 应用构建 3. 设计器构建 4. vscode构建 5. 区块发布 | |
| ├─ uniqueId | number | 非必须 | 被构建业务id 例如 应用、设计器等 | ||
| ├─ taskName | null | 非必须 | 任务名称 | ||
| ├─ taskStatus | number | 非必须 | 任务状态 | 枚举: 0,1,2,3 枚举备注: 0 初始状态 1 正在执行 2 任务停止 3 任务结束 | |
| ├─ progress | string | 非必须 | 当前执行步骤 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ progress_percent | number | 非必须 | 执行进度 0-100 | 最大值: 100 最小值: 0 | |
| ├─ indicator | null | 非必须 | 当前构建指标 | ||
| ├─ taskResult | null | 非必须 | 任务执行结果 | ||
| locale | string | 非必须 |
查询应用下全部国际化词条
基本信息
Path: /api/apps/i18n/:id
Method: GET
接口描述:
请求参数
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ zh_CN | object | 非必须 | 简体中文 | ||
| ├─ lowcode.35bb6f1a | string | 非必须 | |||
| ├─ lowcode.7d39640f | string | 非必须 | |||
| ├─ lowcode.9ac379d2 | string | 非必须 | |||
| ├─ lowcode.dbb02724 | string | 非必须 | |||
| ├─ en_US | object | 非必须 | 美式英语 | ||
| ├─ lowcode.35bb6f1a | string | 非必须 | |||
| ├─ lowcode.7d39640f | string | 非必须 | |||
| ├─ lowcode.9ac379d2 | string | 非必须 | |||
| ├─ lowcode.dbb02724 | string | 非必须 |
查询所有应用模板
基本信息
Path: /api/template/all
Method: GET
接口描述:
通过平台id获取该平台下的全部应用
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 | ||
| x-lowcode-org | 1 | 是 | 租户id | |
| x-lowcode-mode | develop | 是 | 调用方:开发者 |
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| framework | 否 | Vue | 按技术栈过滤 |
| _sort | 否 | updated_at:DESC | 按更新时间降序返回 |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object [] | 非必须 | item 类型: object | ||
| ├─ id | string | 非必须 | |||
| ├─ app_desc | string | 非必须 | 应用描述 | ||
| ├─ project_name | string | 非必须 | 应用git仓库地址 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ published | boolean | 非必须 | 应用是否正式上线 预留字段 无用 | ||
| ├─ app_website | string | 非必须 | 用户配置的正式环境应用访问地址 | ||
| ├─ block_groups | object [] | 非必须 | 应用关联区块分组 | item 类型: object | |
| ├─ id | number | 必须 | |||
| ├─ name | string | 必须 | 名称 | ||
| ├─ app | number | 必须 | 关联app | ||
| ├─ desc | null | 必须 | 描述 | ||
| ├─ published_at | string | 必须 | |||
| ├─ created_at | string | 必须 | 创建时间 | ||
| ├─ updated_at | string | 必须 | 更新时间 | ||
| ├─ i18n_langs | string [] | 非必须 | 应用关联的非zh_CN en_US 之外的语言数据 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ name | string | 非必须 | |||
| ├─ css | string | 非必须 | 全局css json对象 | ||
| ├─ version | string | 非必须 | |||
| ├─ published_at | string | 非必须 | |||
| ├─ git_group | string | 非必须 | 应用git分组-预留字段 | ||
| ├─ platform | string | 非必须 | 关联的设计器 | ||
| ├─ createdBy | object | 非必须 | 创建人信息 | ||
| ├─ block | null | 非必须 | |||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ blocked | null | 非必须 | 是否被拉黑 | ||
| ├─ created_at | string | 非必须 | 创建人 | ||
| ├─ username | string | 非必须 | 用户名 | ||
| ├─ id | number | 非必须 | |||
| string | 非必须 | 邮箱 | |||
| ├─ confirmed | boolean | 非必须 | 是否认证 | ||
| ├─ role | number | 非必须 | 角色 | ||
| ├─ provider | null | 非必须 | |||
| ├─ tenant | number | 非必须 | 所属组织 | ||
| ├─ home_page | string | 非必须 | 主页id | ||
| ├─ source_tpls | string [] | 非必须 | 应用关联数据模板 -- 预留字段 | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ created_at | string | 非必须 | 创建时间 |
添加/修改应用支持的国际化语言
基本信息
Path: /api/apps/i18n/:id
Method: POST
接口描述:
post参数中传入的 i18n_langs 参数是一个数组, 该数组提交时不会对现有应用支持的国际化语言进行追加, 只会替换
请求参数
Headers
| 参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
|---|---|---|---|---|
| Content-Type | application/json | 是 |
路径参数
| 参数名称 | 示例 | 备注 |
|---|---|---|
| id | 866 | 应用id |
Body
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| i18n_langs | number [] | 必须 | item 类型: number | ||
| ├─ | 非必须 | 该应用支持的国际化语言id |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ i18n_langs | object [] | 非必须 | 国际化语言 | item 类型: object | |
| ├─ id | number | 必须 | |||
| ├─ lang | string | 必须 | 语言代码 | ||
| ├─ label | string | 必须 | 语言名称 | ||
| ├─ created_at | string | 必须 | 创建时间 | ||
| ├─ updated_at | string | 必须 | 更新时间 | ||
| ├─ id | number | 非必须 | |||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ created_at | string | 非必须 | 修改时间 |
画布占用/释放
基本信息
Path: /api/apps/canvas/lock
Method: GET
接口描述:
当解锁/加锁操作失败时提示:
{
operate: 'failed',
occupier: {
......
}
}
解锁成功时,返回值 occupier 字段值为 null
锁页面成功时, 返回值 occupier 字段值为锁定该页面的用户信息
请求参数
Query
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| id | 是 | 12 | 页面id |
| state | 是 | occupy | 期望页面状态: occupy 用户锁定页面供自己编辑, release 释放页面占用 |
| type | 是 | block | block表示锁定区块, page表示锁定页面 |
返回数据
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| data | object | 非必须 | |||
| ├─ operate | string | 非必须 | 操作是否成功 success 成功, failed 失败 | 枚举: success,failed 枚举备注: 操作是否成功 | |
| ├─ occupier | object | 非必须 | 当前控制该页面的用户信息 | ||
| ├─ id | number | 非必须 | 用户id | ||
| ├─ username | string | 非必须 | 用户名称 | ||
| string | 非必须 | 用户的邮箱 | |||
| ├─ blocked | null | 非必须 | 用户是否被拉入系统黑名单 | ||
| ├─ created_at | string | 非必须 | 创建时间 | ||
| ├─ updated_at | string | 非必须 | 更新时间 | ||
| ├─ is_admin | boolean | 非必须 | 是否为系统超级管理员 |