endpoint,method,status_code,elapsed_time_ms,success,error /api/authors (第1页),GET,200,12.32,True, /api/authors (每页5条),GET,200,7.30,True, /api/authors (搜索关键词),GET,200,8.35,True, /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\"")""} " /api/authors/detail_list (基本查询),GET,200,45.87,True, /api/authors/detail_list (搜索查询),GET,200,9.49,True, /api/authors/,GET,0,0,False,没有找到作者 /api/authors (创建),POST,403,5.86,False,"{""code"":403,""data"":null,""message"":""\u6743\u9650\u4e0d\u8db3""} " /api/authors/ (PUT),PUT,0,0,False,没有可用的作者ID /api/authors/departments,GET,200,11.42,True, /api/authors/search (搜索医生),GET,200,29.06,True, /api/authors/search (搜索科室),GET,200,31.17,True, /api/authors/ (DELETE),DELETE,0,0,False,没有可用的作者ID