去除基廷成员验证
This commit is contained in:
+2
-1
@@ -26,6 +26,7 @@ use App\Controller\PatientFamilyController;
|
||||
use App\Controller\PatientOrderController;
|
||||
use App\Controller\SafeController;
|
||||
use App\Controller\SystemController;
|
||||
use App\Controller\TestController;
|
||||
use App\Controller\UserController;
|
||||
use App\Controller\UserDoctorController;
|
||||
use App\Controller\UserPatientController;
|
||||
@@ -520,7 +521,7 @@ Router::addGroup('/user', function () {
|
||||
Router::get('/case', [InquiryController::class, 'getPatientInquiryCase']);
|
||||
|
||||
|
||||
Router::get('/testpay', [UserController::class, 'testpay']);
|
||||
Router::get('/test', [TestController::class, 'test']);
|
||||
|
||||
// 地址管理
|
||||
Router::addGroup('/address', function () {
|
||||
|
||||
Reference in New Issue
Block a user