926 B
926 B
| 1 | endpoint | method | status_code | elapsed_time_ms | success | error |
|---|---|---|---|---|---|---|
| 2 | /api/authors (第1页) | GET | 200 | 12.32 | True | |
| 3 | /api/authors (每页5条) | GET | 200 | 7.30 | True | |
| 4 | /api/authors (搜索关键词) | GET | 200 | 8.35 | True | |
| 5 | /api/authors/list | GET | 500 | 44.77 | False | {"code":500,"message":"\u83b7\u53d6\u5931\u8d25: (1146, \"Table 'ai_wht.ai_user_authors' doesn't exist\")"} |
| 6 | /api/authors/detail_list (基本查询) | GET | 200 | 45.87 | True | |
| 7 | /api/authors/detail_list (搜索查询) | GET | 200 | 9.49 | True | |
| 8 | /api/authors/<id> | GET | 0 | 0 | False | 没有找到作者 |
| 9 | /api/authors (创建) | POST | 403 | 5.86 | False | {"code":403,"data":null,"message":"\u6743\u9650\u4e0d\u8db3"} |
| 10 | /api/authors/<id> (PUT) | PUT | 0 | 0 | False | 没有可用的作者ID |
| 11 | /api/authors/departments | GET | 200 | 11.42 | True | |
| 12 | /api/authors/search (搜索医生) | GET | 200 | 29.06 | True | |
| 13 | /api/authors/search (搜索科室) | GET | 200 | 31.17 | True | |
| 14 | /api/authors/<id> (DELETE) | DELETE | 0 | 0 | False | 没有可用的作者ID |