pub async fn get_authors(
__arg0: State<AppState>,
__arg1: Query<AuthorPageQuery>,
) -> ApiResult<ResultBody<PageBean<Author>>>Expand description
分页查询作者
pub async fn get_authors(
__arg0: State<AppState>,
__arg1: Query<AuthorPageQuery>,
) -> ApiResult<ResultBody<PageBean<Author>>>分页查询作者