From 967165d8d491f902c975df7a67a280e2a853881c Mon Sep 17 00:00:00 2001 From: xiaogang <825201136@qq.com> Date: Thu, 11 Sep 2025 09:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/Requests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Requests.ts b/src/utils/Requests.ts index 9ed6f39..cfed6f2 100644 --- a/src/utils/Requests.ts +++ b/src/utils/Requests.ts @@ -9,7 +9,7 @@ export interface ReqParam { } const test_customer_id = [ - 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800 + 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790 ] export const mRequest = async (req: ReqParam) => {