修改请求方式
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-10-29 14:09:16 +08:00
parent 0fdfeca3ec
commit 8f7e229513
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace IRaCIS.Api.Controllers
/// <param name="_vacationService"></param>
/// <param name="doctorId"></param>
/// <returns></returns>
[HttpGet, Route("doctor/getDetail")]
[HttpPost, Route("doctor/getDetail")]
public async Task<IResponseOutput<DoctorDetailDTO>> GetDoctorDetail(GetDoctorDetailInDto inDto)
{