From 1f0ec3fca9deddc528595b246a0699d5243b5710 Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Wed, 12 Aug 2026 14:19: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 --- app/miniapi/service/CustomerCenter/CustomerCenterService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/miniapi/service/CustomerCenter/CustomerCenterService.php b/app/miniapi/service/CustomerCenter/CustomerCenterService.php index 24ae3be..b3f1069 100644 --- a/app/miniapi/service/CustomerCenter/CustomerCenterService.php +++ b/app/miniapi/service/CustomerCenter/CustomerCenterService.php @@ -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', ]); }