1.2 KiB
1.2 KiB
| 1 | endpoint | method | status_code | elapsed_time_ms | success | error |
|---|---|---|---|---|---|---|
| 2 | /api/auth/login | POST | 200 | 269.68 | True | |
| 3 | /api/articles/list (基本查询) | GET | 400 | 9.68 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 4 | /api/articles/list (关键词搜索) | GET | 400 | 18.94 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 5 | /api/articles/list (第二页) | GET | 400 | 9.38 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 6 | /api/articles/list_dashboard | GET | 400 | 51.83 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 7 | /api/articles/generate | POST | 400 | 15.75 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 8 | /api/articles/<id> | GET | 0 | 0 | False | 没有找到文章 |
| 9 | /api/articles/<id> (PUT) | PUT | 0 | 0 | False | 没有找到文章 |
| 10 | /api/articles/batch-published-account-cycle | POST | 400 | 9.25 | False | {"code":400,"data":null,"message":"\u672a\u627e\u5230\u6709\u6548\u7684\u4f5c\u8005\u4fe1\u606f"} |
| 11 | /api/articles/batch-published-review | POST | 400 | 8.17 | False | {"code":400,"data":null,"message":"\u4f5c\u8005\u4fe1\u606f\u4e0d\u5b58\u5728\u6216\u5df2\u7981\u7528"} |