From 348187b0319433dcc0ff258d332a73e67ed232ed Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 14 Oct 2025 11:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=8C=E4=BD=8D=E5=BD=95=E5=85=A5=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8E=A5=E5=8F=A3regionId=E8=AE=BE=E7=BD=AE=E4=B8=BA4?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/device/device.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/device/device.js b/api/device/device.js index 59006f0..db66b8f 100644 --- a/api/device/device.js +++ b/api/device/device.js @@ -16,7 +16,7 @@ export function bstDevice(data) { method: "POST", data: { ...data, - regionId: "1", + regionId: "42", }, }); }