-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathweb.http
58 lines (55 loc) · 872 Bytes
/
web.http
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
### call bi hell_world
POST http://127.0.0.1:8848/hello/world HTTP/1.1
content-type: application/json
{
"bank_info": {
"date_time": {
"date": {
"day": 0,
"month": 0,
"year": 0
},
"time": {
"hour": 0,
"microsecond": 0,
"minute": 0,
"second": 0
}
},
"info": {
"name": "rpc"
},
"name": "xiaoli",
"test_map": [
[false, 555]
],
"test_map_one": {
"frpc": "EnumOne"
},
"test_one": 100,
"test_two": 101,
"test_vector": ["vector"],
"type": "EnumOne"
},
"bank_name": "web back",
"blance": 895,
"date": "20240888",
"date_time": {
"date": {
"day": 0,
"month": 0,
"year": 0
},
"time": {
"hour": 0,
"microsecond": 0,
"minute": 0,
"second": 0
}
}
}
### Query interface input/output parameters
POST http://127.0.0.1:8848/interface HTTP/1.1
content-type: application/json
{
}