From 4df160c8ce39e3967b32e20ce2169adc8c98322b Mon Sep 17 00:00:00 2001 From: Edmond Lang Date: Fri, 13 Jun 2025 00:34:25 +0800 Subject: [PATCH] update /export/all-customers-info-for-lark-system --- .../Controllers/Exports/ExportCustomersToExcelController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Exports/ExportCustomersToExcelController.php b/app/Http/Controllers/Exports/ExportCustomersToExcelController.php index 8452dd6b..9299e1a8 100644 --- a/app/Http/Controllers/Exports/ExportCustomersToExcelController.php +++ b/app/Http/Controllers/Exports/ExportCustomersToExcelController.php @@ -246,7 +246,7 @@ class ExportCustomersToExcelController public function exportAllCustomersInfoForLarkSystem(Request $request) { $password = $request->input('password'); - if ($password !== 'all_customers_data') { + if ($password !== 'exchange_all_customers_data') { return response()->json(['error' => 'Invalid password'], 403); }