简要描述
请求URL
http://192.168.2.34:8080/mqtransfer/quest/XiNameMonLeftBottomRight
对应的图标,注意,编号即是返回数据格式的keyId

请求方式
参数
特别说明:页面初次打开初始化渲染页面,请求questType=configInfo获取配置信息(只获取一次),第二次轮询请求开始questType=dataValue,且初次获取数据dataType=all(全量数据),下一次开始都是增量获取即传参数:dataType=increment
参数名 |
必选 |
类型 |
说明 |
region |
是 |
string |
传递空字符串 |
name |
是 |
string |
传递空字符串 |
param |
是 |
string |
请求参数必填 |
param.questType |
是 |
string |
请求类型,值: configInfo/dataValue 含义:配置信息/数据信息 |
param.dataType |
是 |
string |
请求类型,值: all/increment 含义:全量获取/增量获取 |
请求json格式
{
"region": "",
"name": "",
"param": {
"questType":"configInfo",
"dataType": "all"
}
}
返回参数为:questType=configInfo 示例
{
"responseBody": {
"result": {
"configInfo": [
{
"name": "集中交易2",
"keyId": "0",
"time": "执行时间:7",
"type": "执行类型:0",
"people": "执行人:3"
},
{
"name": "港股通0",
"keyId": "1",
"time": "执行时间:5",
"type": "执行类型:6",
"people": "执行人:8"
},
{
"name": "个股期权3",
"keyId": "2",
"time": "执行时间:4",
"type": "执行类型:6",
"people": "执行人:2"
},
{
"name": "股转做市商4",
"keyId": "3",
"time": "执行时间:0",
"type": "执行类型:9",
"people": "执行人:8"
},
{
"name": "极速交易2",
"keyId": "4",
"time": "执行时间:4",
"type": "执行类型:4",
"people": "执行人:3"
},
{
"name": "资管O323",
"keyId": "5",
"time": "执行时间:5",
"type": "执行类型:9",
"people": "执行人:0"
},
{
"name": "电信开市检查2",
"keyId": "6",
"time": "执行时间:3",
"type": "执行类型:9",
"people": "执行人:7"
},
{
"name": "电信闭市流程6",
"keyId": "7",
"time": "执行时间:2",
"type": "执行类型:4",
"people": "执行人:5"
},
{
"name": "电信清算流程3",
"keyId": "8",
"time": "执行时间:3",
"type": "执行类型:8",
"people": "执行人:7"
}
],
"title": [
{
"titleRank": "1",
"name": "流程情况4"
}
]
},
"parseRet": null,
"rawRet": null
},
"errorCode": 0,
"time": 1639538159176,
"message": "success"
}
返回参数为:questType=dataValue 示例
{
"responseBody": {
"result": {
"0": {
"time": "2021-12-15 11:16:45",
"state": "未执行",
"type": "自动",
"people": "张三丰24"
},
"1": {
"time": "2021-12-15 11:16:45",
"state": "正在执行",
"type": "自动",
"people": "张三丰78"
},
"2": {
"time": "2021-12-15 11:16:45",
"state": "执行异常",
"type": "自动",
"people": "张三丰40"
},
"3": {
"time": "2021-12-15 11:16:45",
"state": "执行完成",
"type": "手工",
"people": "张三丰10"
},
"4": {
"time": "2021-12-15 11:16:45",
"state": "执行完成",
"type": "手工",
"people": "张三丰21"
},
"5": {
"time": "2021-12-15 11:16:45",
"state": "执行完成",
"type": "自动",
"people": "张三丰64"
},
"6": {
"time": "2021-12-15 11:16:45",
"state": "未执行",
"type": "自动",
"people": "张三丰62"
},
"7": {
"time": "2021-12-15 11:16:45",
"state": "正在执行",
"type": "自动",
"people": "张三丰46"
},
"8": {
"time": "2021-12-15 11:16:45",
"state": "正在执行",
"type": "自动",
"people": "张三丰15"
}
},
"parseRet": null,
"rawRet": null
},
"errorCode": 0,
"time": 1639538205194,
"message": "success"
}
返回参数说明
参数名 |
类型 |
说明 |
keyId |
String |
标识此接口的唯一id,对应到图标 |