From 1b4fd65a0585f3c589ca63a51e13305f793cf016 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Thu, 8 Sep 2022 11:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96mac=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/RFID/RFID.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/RFID/RFID.js b/src/api/RFID/RFID.js index 235bb6a..f7b74a8 100644 --- a/src/api/RFID/RFID.js +++ b/src/api/RFID/RFID.js @@ -26,7 +26,7 @@ export function writeEPC(params) { export function getDeviceMac() { return request({ - url: 'api/mac/get', + url: 'api/RFID/getDeviceMac', method: 'get' }) }