@@ -35,7 +35,7 @@ POST /api/chat
35
35
| HTTP Status Code | Meaning| Description| Data schema|
36
36
| ---| ---| ---| ---|
37
37
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
38
-
38
+ | 404 | [ error ] | 失败 | Inline |
39
39
### Responses Data Schema
40
40
41
41
## POST check
@@ -55,7 +55,6 @@ POST /api/check
55
55
| HTTP Status Code | Meaning| Description| Data schema|
56
56
| ---| ---| ---| ---|
57
57
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
58
-
59
58
### Responses Data Schema
60
59
61
60
## POST nfmgr
@@ -92,7 +91,7 @@ POST /api/nfmgr
92
91
| HTTP Status Code | Meaning| Description| Data schema|
93
92
| ---| ---| ---| ---|
94
93
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
95
-
94
+ | 404 | [ error ] | User not found | Inline |
96
95
### Responses Data Schema
97
96
98
97
## POST info
@@ -127,7 +126,7 @@ POST /api/info
127
126
| HTTP Status Code | Meaning| Description| Data schema|
128
127
| ---| ---| ---| ---|
129
128
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
130
-
129
+ | 401 | [ error ] | Invalid token | Inline |
131
130
### Responses Data Schema
132
131
133
132
## POST newfriend
@@ -154,7 +153,7 @@ POST /api/newfriend
154
153
| HTTP Status Code | Meaning| Description| Data schema|
155
154
| ---| ---| ---| ---|
156
155
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK| Inline|
157
-
156
+ | 401 | [ error ] | Unauthorized | Inline |
158
157
### Responses Data Schema
159
158
160
159
# file
@@ -193,7 +192,7 @@ POST /api/file/save
193
192
| HTTP Status Code | Meaning| Description| Data schema|
194
193
| ---| ---| ---| ---|
195
194
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
196
-
195
+ | 500 | [ error ] | Error saving file | Inline |
197
196
### Responses Data Schema
198
197
199
198
## POST upload
@@ -253,7 +252,7 @@ GET /api/file/get
253
252
| HTTP Status Code | Meaning| Description| Data schema|
254
253
| ---| ---| ---| ---|
255
254
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
256
-
255
+ | 404 | [ error ] | File not found | Inline |
257
256
### Responses Data Schema
258
257
259
258
## POST commands
@@ -358,7 +357,7 @@ POST /api/login
358
357
| HTTP Status Code | Meaning| Description| Data schema|
359
358
| ---| ---| ---| ---|
360
359
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
361
-
360
+ | 401 | [ error ] | Invalid credentials | Inline |
362
361
### Responses Data Schema
363
362
364
363
## POST signup
@@ -395,7 +394,7 @@ POST /api/signup
395
394
| HTTP Status Code | Meaning| Description| Data schema|
396
395
| ---| ---| ---| ---|
397
396
| 200| [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | 成功| Inline|
398
-
397
+ | 409 | [ error ] | Username already exists | Inline |
399
398
### Responses Data Schema
400
399
401
400
## POST avatar
0 commit comments