pub async fn get_member_by_id(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> ApiResult<ResultBody<MemberInfoVo>>Expand description
按 ID 查询组员
pub async fn get_member_by_id(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> ApiResult<ResultBody<MemberInfoVo>>按 ID 查询组员