修改医生问诊配置
This commit is contained in:
@@ -578,6 +578,9 @@ Router::addGroup('/patient', function () {
|
||||
// 删除家庭成员病情记录
|
||||
Router::delete('/{pathography_id:\d+}', [PatientPathographyController::class, 'deleteFamilyPathography']);
|
||||
});
|
||||
|
||||
// 获取用户购买的服务包
|
||||
|
||||
});
|
||||
|
||||
// 药师端api
|
||||
|
||||
Reference in New Issue
Block a user