This commit is contained in:
2023-09-15 17:21:11 +08:00
parent 48fb8c541e
commit 45d14e44c3
3 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
patientGroup.GET("", api.UserPatient.GetUserPatientPage)
// 患者详情
patientGroup.GET("/:patient_id", api.UserDoctor.GetUserDoctor)
patientGroup.GET("/:patient_id", api.UserPatient.GetUserPatient)
// 修改患者状态
patientGroup.PUT("/status/:patient_id", api.UserDoctor.GetUserDoctor)