新增分配药师队列、新增处方开具、修改接口

This commit is contained in:
2023-03-02 09:34:31 +08:00
parent e047f4971c
commit d51d5355a0
15 changed files with 592 additions and 83 deletions
+3
View File
@@ -137,6 +137,9 @@ Router::addGroup('/doctor', function () {
// 修改处方
Router::put('', [UserDoctorController::class, 'putPrescription']);
// 新增处方
Router::post('', [UserDoctorController::class, 'addPrescription']);
});
// 常用语