From a028eab07664afbd93d9a34ad0be20e35f07438c Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Thu, 13 Aug 2026 10:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/app.php b/route/app.php index e58da31..ef66615 100644 --- a/route/app.php +++ b/route/app.php @@ -37,9 +37,9 @@ Route::group('miniapi', function () { Route::get('customer-center/applicants', 'CustomerCenter/applicants'); Route::get('customer-center/applications', 'CustomerCenter/applications'); Route::get('customer-center/orders', 'CustomerCenter/orders'); - Route::post('customer-center/applicant', 'CustomerCenter/applicant'); Route::post('customer-center/applicant/save', 'CustomerCenter/saveApplicant'); Route::post('customer-center/applicant/remove', 'CustomerCenter/removeApplicant'); + Route::post('customer-center/applicant', 'CustomerCenter/applicant'); Route::get('ocr/signature', 'Ocr/signature'); Route::post('upload/image', 'Upload/image');