1.5 KiB
1.5 KiB
| 1 | endpoint | method | status_code | elapsed_time_ms | success | error |
|---|---|---|---|---|---|---|
| 2 | /api/enterprises/list (基本查询) | GET | 500 | 38.63 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 3 | /api/enterprises/list (每页10条) | GET | 500 | 31.90 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 4 | /api/enterprises/list (关键词搜索) | GET | 500 | 51.51 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 5 | /api/enterprises/list (状态筛选) | GET | 500 | 34.05 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 6 | /api/enterprises/list (第2页) | GET | 500 | 35.12 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 7 | /api/enterprises/stats | GET | 200 | 22.80 | True | 测试5次, 平均耗时22.80ms |
| 8 | /api/enterprises/info | GET | 200 | 23.44 | True | 测试5次, 平均耗时23.44ms |
| 9 | /api/enterprises/create | POST | 500 | 34.49 | False | {"code":500,"data":null,"message":"\u670d\u52a1\u5668\u5185\u90e8\u9519\u8bef"} |
| 10 | /api/enterprises/<id> (PUT) | PUT | 0 | 0 | False | 没有可用的企业ID |
| 11 | /api/enterprises/info (PUT) | PUT | 400 | 36.91 | False | {"code":400,"data":null,"message":"\u65e0\u6cd5\u83b7\u53d6\u4f01\u4e1aID"} |
| 12 | /api/enterprises/change-password | PUT | 403 | 7.14 | False | {"code":403,"data":null,"message":"\u6743\u9650\u4e0d\u8db3"} |
| 13 | /api/enterprises/<id>/status (PUT) | PUT | 0 | 0 | False | 没有可用的企业ID |
| 14 | /api/enterprises/<id> (DELETE) | DELETE | 0 | 0 | False | 没有可用的企业ID |