-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
113 lines (113 loc) · 2.15 KB
/
data.json
File metadata and controls
113 lines (113 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"server": {
"0": {
"sendtaskurl": "http://172.18.8.220:8088/cloudPQMonitor/sendRequest.do",
"findtaskurl": "http://172.18.8.220:8088/cloudPQMonitor/findReqTaskStatus.do"
},
"1": {
"sendtaskurl": "http://172.18.8.220:8088/cloudPQMonitor/sendRequest.do",
"findtaskurl": "http://172.18.8.220:8088/cloudPQMonitor/findReqTaskStatus.do"
},
"2": {
"sendtaskurl": "http://27.109.127.189/cloudPQMonitor/sendRequest.do",
"findtaskurl": "http://27.109.127.189/cloudPQMonitor/findReqTaskStatus.do"
}
},
"org": [
{
"name": "all",
"bankid": "0",
"org": "all"
},
{
"name": "工商银行",
"bankid": "1",
"org": "icbc"
},
{
"name": "农业银行",
"bankid": "2",
"org": "abc"
},
{
"name": "中国银行",
"bankid": "3",
"org": "boc"
},
{
"name": "建设银行",
"bankid": "4",
"org": "ccb"
},
{
"name": "交通银行",
"bankid": "5",
"org": "bcm"
},
{
"name": "招商银行",
"bankid": "6",
"org": "cmb"
},
{
"name": "中信银行",
"bankid": "7",
"org": "cncb"
},
{
"name": "光大银行",
"bankid": "8",
"org": "cebc"
},
{
"name": "浦发银行",
"bankid": "9",
"org": "spdb"
},
{
"name": "民生银行",
"bankid": "10",
"org": "cmbc"
},
{
"name": "兴业银行",
"bankid": "11",
"org": "cib"
},
{
"name": "广发银行",
"bankid": "12",
"org": "cgb"
},
{
"name": "上海银行",
"bankid": "13",
"org": "bosh"
},
{
"name": "华夏银行",
"bankid": "14",
"org": "hxb"
}
],
"cases": [
{
"bank": "abc",
"data": [
{
"id": "abcone",
"org": "abc",
"user": "testabc",
"pwd": "qweqwe12",
"entry": "all",
"logintype": "username",
"resp": "",
"status": "0",
"expect": "202",
"createtime": 0
}
]
}
],
"version": 1.0
}