This commit is contained in:
gaofeng
2026-08-12 14:19:25 +08:00
parent 485d86634b
commit 1f0ec3fca9

View File

@@ -27,6 +27,7 @@ final class CustomerCenterService
'pay_status' => $payStatus,
'page' => max(1, $page),
'page_size' => max(1, min(50, $pageSize)),
'business_types' => 'evus,esta',
]);
}