新增了获取患者列表-限制条数
This commit is contained in:
@@ -482,6 +482,9 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
||||
// 获取患者列表-分页
|
||||
patientGroup.GET("", api.UserPatient.GetUserPatientPage)
|
||||
|
||||
// 获取患者列表-限制条数
|
||||
patientGroup.GET("/list", api.UserPatient.GetUserPatientList)
|
||||
|
||||
// 患者详情
|
||||
patientGroup.GET("/:patient_id", api.UserPatient.GetUserPatient)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user