From a7be9da972dff5cef2946883f73b7e9001b5d706 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 23 Sep 2025 17:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=BD=95=E5=85=A5=E5=8A=9F?= =?UTF-8?q?=E8=83=BD-=E6=8E=A5=E5=8F=A3=E5=AE=8C=E5=96=84-=E5=89=8D?= =?UTF-8?q?=E7=BC=80SMSJ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/device/device.js | 7 +++++-- components/blufi/xBlufi-wx-impl.js | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/api/device/device.js b/api/device/device.js index c1d87e6..e7ff406 100644 --- a/api/device/device.js +++ b/api/device/device.js @@ -2,7 +2,7 @@ import request from "../../utils/request"; export function listSnByMac(macList) { return request({ - url: "/bst/device/listSnByMac", + url: "/app/memorial/listSnByMac", method: "POST", data: { macList, @@ -14,6 +14,9 @@ export function bstDevice(data) { return request({ url: "/app/memorial/enter", method: "POST", - data, + data: { + ...data, + regionId: "1", + }, }); } diff --git a/components/blufi/xBlufi-wx-impl.js b/components/blufi/xBlufi-wx-impl.js index 977efbc..f712a98 100644 --- a/components/blufi/xBlufi-wx-impl.js +++ b/components/blufi/xBlufi-wx-impl.js @@ -1390,7 +1390,7 @@ function init() { // && devices.devices[0].name != 'SMART_R2XS' // && devices.devices[0].name != 'SMART_R2XS' // ) - if (devices.devices[0].name.indexOf("SMSG") != -1) { + if (devices.devices[0].name.indexOf("SMSJ") != -1) { // if ( devices.devices[0].name.indexOf("gjkg") != -1 ){ // console.log("跳过",devices.devices[0].name) // isnotexist = false;