update /export/all-customers-info-for-lark-system

This commit is contained in:
Edmond Lang
2025-06-13 00:34:25 +08:00
parent 8c1df85e66
commit 4df160c8ce
@@ -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);
}