1
This commit is contained in:
parent
b1ae0d2bb4
commit
6c1901d431
@ -485,15 +485,15 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
||||
}
|
||||
|
||||
// 系统问诊配置
|
||||
systemGroup := configGroup.Group("/config")
|
||||
systemGroup := configGroup.Group("/system")
|
||||
{
|
||||
// 获取系统问诊配置列表-分页
|
||||
systemGroup.GET("", api.UserDoctor.GetUserDoctorPage)
|
||||
|
||||
// 获取系统问诊配置列表
|
||||
// 系统问诊配置详情
|
||||
systemGroup.GET("/list", api.UserDoctor.GetUserDoctorPage)
|
||||
|
||||
// 系统问诊配置详情
|
||||
// 修改系统问诊配置
|
||||
systemGroup.GET("/:doctor_id", api.UserDoctor.GetUserDoctor)
|
||||
|
||||
// 修改系统问诊配置
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user