机构调用报文举例
1、请求URL:
http://IP:port/tms-http/minutepull
如:http://IP:port/tms-http/minutepull?sysInsCode=XXXXXXXX&role=X
应答JSON报文体:
{
"respCd": "00",
"respMsg": "",
"data": {
"sysInsCode": "00000000",
"role": "F",
"cntTime": "2018-04-27 13:03",
"tcpState": 1,
"netList":[{
"netID": "00000000-01",
"netRTT": 100,
"inBandwidth": 1,
"outBandwidth": 1,
"packetERR": 0,
"plp": 120
},
{
"netID": "00000000-02",
"netRTT": 100,
"inBandwidth": 1,
"outBandwidth": 1,
"packetERR": 0,
"plp": 120
}
],
"tList": [{
"tType-accTp": "0000",
"sysSuccR": 9020,
"bizSuccR": 8830,
"reverseRate": 30,
"tpm": 2000,
"tps": 45,
"qpm": 2189642,
"aht": 210,
"respCd": "90002:230;9309:100;9999:68"
},
{
"tType-accTp": "0110-1",
"sysSuccR": 9020,
"bizSuccR": 8830,
"reverseRate": 30,
"tpm": 2000,
"tps": 45,
"qpm": 2189642,
"aht": 210,
"respCd": "90002:230;9309:100;9999:68"
},
{
"tType-accTp": "S22-1",
"sysSuccR": 9020,
"bizSuccR": 8830,
"reverseRate": 30,
"tpm": 2000,
"tps": 45,
"qpm": 2189642,
"aht": 210,
"respCd": "90002:230;9309:100;9999:68"
}
]
}
}
2、请求URL:uosp/rest/incpre/v1/incpre/1/receive.json
请求JSON报文体:
{
“inscode”: “000000000”,
“data”: {
“type”: “0101”,
“upEventId”: “”,
“eventId”: “”,
“sysInsCode”: “”,
“insCode”: “0000000”,
“title”: “”,
“detail”: “”,
“level”: “”,
“date1”: “”,
“date2”: “”,
“date11”:“”,
“name”: “”,
“tel”: “”,
“memo”: “”,
“remain1”: “”,
“files”: [{“name”:"标题",“content”:“文件内容base64编码字符串”}]
}
}
应答JSON报文体:
{
“respCd”: “0000”,
“respMsg”: “”,
“data”: {
“upEventId”: “”,
“eventId”: “”
}
}