pub async fn get_manga_episode_by_id(
__arg0: State<AppState>,
__arg1: Path<i32>,
) -> ApiResult<ResultBody<EpisodeDetailVo>>Expand description
按 ID 查询话数
pub async fn get_manga_episode_by_id(
__arg0: State<AppState>,
__arg1: Path<i32>,
) -> ApiResult<ResultBody<EpisodeDetailVo>>按 ID 查询话数