新增获取医生信息接口

This commit is contained in:
2023-02-24 16:26:01 +08:00
parent c128a3724d
commit bba24692e5
3 changed files with 54 additions and 0 deletions
+3
View File
@@ -96,6 +96,9 @@ Router::addGroup('/doctor', function () {
Router::addGroup('/center', function () {
// 获取医生个人中心数据
Router::get('', [UserDoctorController::class, 'getDoctorCenter']);
// 获取医生信息
Router::get('/info', [UserDoctorController::class, 'getDoctorCenterInfo']);
});
// 我的账户