File tree 1 file changed +78
-0
lines changed
1 file changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "info" : {
3
+ "_postman_id" : " 1380cfbf-a6c4-41da-8470-85577d3055d4" ,
4
+ "name" : " kby-ai-face" ,
5
+ "schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json" ,
6
+ "_exporter_id" : " 2379931"
7
+ },
8
+ "item" : [
9
+ {
10
+ "name" : " compare_face" ,
11
+ "request" : {
12
+ "method" : " POST" ,
13
+ "header" : [],
14
+ "body" : {
15
+ "mode" : " formdata" ,
16
+ "formdata" : [
17
+ {
18
+ "key" : " file1" ,
19
+ "type" : " file" ,
20
+ "src" : []
21
+ },
22
+ {
23
+ "key" : " file2" ,
24
+ "type" : " file" ,
25
+ "src" : []
26
+ }
27
+ ]
28
+ },
29
+ "url" : {
30
+ "raw" : " http://18.221.33.238:8081/compare_face" ,
31
+ "protocol" : " http" ,
32
+ "host" : [
33
+ " 18" ,
34
+ " 221" ,
35
+ " 33" ,
36
+ " 238"
37
+ ],
38
+ "port" : " 8081" ,
39
+ "path" : [
40
+ " compare_face"
41
+ ]
42
+ }
43
+ },
44
+ "response" : []
45
+ },
46
+ {
47
+ "name" : " compare_face_base64" ,
48
+ "request" : {
49
+ "method" : " POST" ,
50
+ "header" : [],
51
+ "body" : {
52
+ "mode" : " raw" ,
53
+ "raw" : " {\r\n \" base64_1\" :\" xxx\" ,\r\n \" base64_2\" :\" xxx\"\r\n }" ,
54
+ "options" : {
55
+ "raw" : {
56
+ "language" : " json"
57
+ }
58
+ }
59
+ },
60
+ "url" : {
61
+ "raw" : " http://18.221.33.238:8081/compare_face_base64" ,
62
+ "protocol" : " http" ,
63
+ "host" : [
64
+ " 18" ,
65
+ " 221" ,
66
+ " 33" ,
67
+ " 238"
68
+ ],
69
+ "port" : " 8081" ,
70
+ "path" : [
71
+ " compare_face_base64"
72
+ ]
73
+ }
74
+ },
75
+ "response" : []
76
+ }
77
+ ]
78
+ }
You can’t perform that action at this time.
0 commit comments