///

/// 获取校招三方协议内容 /// /// [HttpGet] [Authorize] [Route("api/v2/Agreement/SchoolRecruitment")] public BaseResponse SchoolRecruitment() { return new BaseResponse { Result = _agreementService.SchoolRecruitment() }; }

///

/// 获取普通招聘三方协议 /// /// [HttpGet] [Authorize] [Route("api/v2/Agreement/GeneralRecruitment")] public BaseResponse GeneralRecruitment() { return new BaseResponse { Result = _agreementService.GeneralRecruitment() }; }

///

/// 获取猎头招聘三方协议 /// /// [HttpGet] [Authorize] [Route("api/v2/Agreement/HeadhunterRecruitment")] public BaseResponse HeadhunterRecruitment() { return new BaseResponse { Result = _agreementService.HeadhunterRecruitment() }; } }


原文地址: https://www.cveoy.top/t/topic/lgb8 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录