domain说明
序号 | 系统 | 环境 | 地址 | 备注 |
---|---|---|---|---|
1 | 卓易政企通 | 测试 | https://test-gateway.eazytec-cloud.com | 适用【园企通】【行业政企通】【乡镇政企通】【协会政企通】 |
2 | 卓易政企通 | 线上 | https://gateway.eazytec-cloud.com | 适用【园企通】【行业政企通】【乡镇政企通】【协会政企通】 |
3 | 宜兴政企通 | 测试 | https://test-gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
4 | 宜兴政企通 | 线上 | https://gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
5 | 宜兴政企通 | 线上-政务外网 | http://10.36.12.1:8000/YX(vpn) http://2.18.243.11:8000/YX(政务外网) | 适用【宜兴政企通-政务外网】 |
6 | 江苏政企通 | 测试 | https://test-gateway.eazytec-cloud.com/JS | 适用【江苏政企通】 |
7 | 江苏政企通 | 线上 | https://gateway.eazytec-cloud.com/JS | 适用【江苏政企通】 |
查询条件
- 已配置的查询条件
'政企消息': appid & fromDeptid
'订阅消息': appid
1. 获取收集的查询条件 - 来源应用(appid)
请求URL
/AGCS_zqc/v3_1/msgcenter/query/condition/appid
请求方式
GET
请求Header参数
key | value | 举例 | 是否必须 |
---|---|---|---|
Content-Type | application/json | application/json | 是 |
Authorization | Bearer [token] | Bearer b43bfc94-2c77-46b4-b8f8-87cb549dfef3 | 是 |
- 请求Query参数
参数 | 描述 | 格式 | 举例 | 是否必须 |
---|---|---|---|---|
toUserid | 接收人用户ID | String | 是 | |
toUsertype | 接收人用户分类(1-政府/2-企业) | int | 是 | |
toOrgid | 接收人组织ID(政企labelid/企业baseid) | String | 是 | |
msgtype | 消息类型 | String | 否 | |
appid | 应用ID(多个逗号分隔) | String | 否 |
- 返回
返回成功{ "data": [ { "key": "zqtong_gov_app_client", "value": "政企消息" } ], "msg": "success", "oK": true, "status": 200 }
字段 | 描述 |
---|---|
key | clientID |
value | 来源应用名称(从系统配置中获取clientID对应的名称) |
返回失败: 400(参数缺失)
{
"data": "缺少必要参数" ,
"msg": "fail",
"status": 400
}
返回失败: 401(解决:重新获取token,然后重新请求)
{
"error": "invalid_token",
"error_description": "Invalid access token: e9a86405-5b16-4d33-825b-ee5d848ac55"
}
2. 获取收集的查询条件 - 发件人部门(fromDeptid)
请求URL
/AGCS_zqc/v3_1/msgcenter/query/condition/fromDeptid
请求方式
GET
请求Header参数
key | value | 举例 | 是否必须 |
---|---|---|---|
Content-Type | application/json | application/json | 是 |
Authorization | Bearer [token] | Bearer b43bfc94-2c77-46b4-b8f8-87cb549dfef3 | 是 |
- 请求Query参数
参数 | 描述 | 格式 | 举例 | 是否必须 |
---|---|---|---|---|
toUserid | 接收人用户ID | String | 是 | |
toUsertype | 接收人用户分类(1-政府/2-企业) | int | 是 | |
toOrgid | 接收人组织ID(政企labelid/企业baseid) | String | 是 | |
msgtype | 消息类型 | String | 否 | |
appid | 应用ID(多个逗号分隔) | String | 否 |
- 返回
返回成功{ "data": [ { "key": "1_0ccaea9f-3a2c-4140-90ec-8496752967bd", "value": "镇领导" } ], "msg": "success", "oK": true, "status": 200 }
字段 | 描述 |
---|---|
key | 联合字段:用户分类+部门id(usertype_deptid) |
value | 部门名称 |
返回失败: 400(参数缺失)
{
"data": "缺少必要参数" ,
"msg": "fail",
"status": 400
}
返回失败: 401(解决:重新获取token,然后重新请求)
{
"error": "invalid_token",
"error_description": "Invalid access token: e9a86405-5b16-4d33-825b-ee5d848ac55"
}