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