This commit is contained in:
gaofeng
2026-08-13 10:01:25 +08:00
parent e534ee2c2c
commit a028eab076

View File

@@ -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');