Browse Source

获取mac地址接口修改

master
z_yu 2 years ago
parent
commit
1b4fd65a05
  1. 2
      src/api/RFID/RFID.js

2
src/api/RFID/RFID.js

@ -26,7 +26,7 @@ export function writeEPC(params) {
export function getDeviceMac() { export function getDeviceMac() {
return request({ return request({
url: 'api/mac/get',
url: 'api/RFID/getDeviceMac',
method: 'get' method: 'get'
}) })
} }

Loading…
Cancel
Save