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

This commit is contained in:
he
2024-10-29 14:09:16 +08:00
parent 0fdfeca3ec
commit 8f7e229513
@@ -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)
{