卓易云-eapp应用引擎
domain说明
序号 | 系统 | 环境 | 地址 | 备注 |
---|---|---|---|---|
1 | 宜兴政企通 | 测试 | https://test-gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
2 | 宜兴政企通 | 线上 | https://gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
3 | 宜兴政企通 | 线上-政务外网 | http://10.36.12.1:8000/YX(vpn) http://2.18.243.11:8000/YX(政务外网) | 适用【宜兴政企通-政务外网】 |
政府基础相关接口
序号 | 接口详情 | 地址 |
---|---|---|
1.1 | 获取应用详情 | {domain}/tng-boot/md/app/mdApp/queryById |
接口: 1.1 获取应用详情
请求URL
{domain}/tng-boot/md/app/mdApp/queryById
请求方式
GET
请求Header参数 >
key | value | 举例 | 是否必须 |
---|---|---|---|
Content-Type | application/json | application/json | 是 |
- 请求Query参数
参数 | 描述 | 格式 | 举例 | 是否必须 |
---|---|---|---|---|
id | 应用主键id | String | XXX | 是 |
- 返回
返回成功
{
"status": 200,
"msg": "success",
"data": {
"id": "2ef14a97-99d7-4d07-956d-0de127bfa3fc",
"title": "应用名称",
"titleEn": "ZQT_en",
"content": "简介",
"remark": "备注",
"logo": "/EFS_gcs/gov/mine/images/20181123/userPortrait_1542943050435_cb67a6de-1f2e-4e03-832c-85094dce8229.jpg",
"appAddress": "ZQT_en",
"pcAddress": "http://www.eazytec.com",
"isActive": 1,
"onPc": 1,
"onApp": 1,
"isPublic": 1,
"isDel": 0,
"source": "97719c1d-85af-4ad2-a955-2df7ea1684e9",
"type": "gov",
"frame": "bpm"
}
}
参数 | 描述 |
---|---|
id | 应用id |
title | 应用名称 |
titleEn | 应用英文名 |
content | 简介 |
remark | 备注 |
logo | 图标(相对路径) |
appAddress | app端地址 |
pcAddress | pc端地址 |
isActive | 是否激活(1-是,0-否) |
onPc | pc是否启用(1-是,0-否) |
onApp | app是否启用(1-是,0-否) |
isPublic | 是否公开(1-是,0-否) |
isDel | 是否删除 (1-是,0-否) |
source | 来源政府labelId |
type | 类型(com:企业,gov:政府) |
frame | 应用框架 |