ntc-ip日志查询(部分)
This commit is contained in:
53
src/main/java/com/nis/web/test/logTest.txt
Normal file
53
src/main/java/com/nis/web/test/logTest.txt
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"status":200,
|
||||
"businessCode":2000,
|
||||
"reason":"Success",
|
||||
"msg":"success",
|
||||
"fromuri":"abc",
|
||||
"logSource":0,
|
||||
"data":{
|
||||
"pageNo":2,
|
||||
"pageSize":20,
|
||||
"count":41,
|
||||
"last":3,
|
||||
"list":[
|
||||
{
|
||||
"cfgId":21,
|
||||
"foundTime":"2018-06-10 10:10:10",
|
||||
"recvTime":"2018-06-11 11:11:11",
|
||||
"protocol":"L2TP",
|
||||
"addrType":4,
|
||||
"serverIp":"10.0.6.121",
|
||||
"clientIp":"10.0.6.122",
|
||||
"serverPort":"8080",
|
||||
"clientPort":"8080",
|
||||
"serviceType":10,
|
||||
"entranceId":112,
|
||||
"deviceId":2,
|
||||
"direction":1,
|
||||
"streamType":0,
|
||||
"cljIp":"10.1.1.2",
|
||||
"nestAddrList":"11111",
|
||||
"userRegion":"aaa"
|
||||
},{
|
||||
"cfgId":22,
|
||||
"foundTime":"2018-06-10 10:10:10",
|
||||
"recvTime":"2018-06-11 11:11:11",
|
||||
"protocol":"L2TP",
|
||||
"addrType":4,
|
||||
"serverIp":"10.0.6.121",
|
||||
"clientIp":"10.0.6.122",
|
||||
"serverPort":"8080",
|
||||
"clientPort":"8080",
|
||||
"serviceType":10,
|
||||
"entranceId":112,
|
||||
"deviceId":2,
|
||||
"direction":2,
|
||||
"streamType":1,
|
||||
"cljIp":"10.1.1.2",
|
||||
"nestAddrList":"11111",
|
||||
"userRegion":"aaa"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user