src/main/java/com/moral/controller/MobileController.java
@@ -108,7 +108,7 @@ * @param mac the mac * @return the device by mac */ @PostMapping("getEquInfoByMac") @GetMapping("getEquInfoByMac") public AppData<Device> getDeviceByMac(@RequestParam(value="mac", required=true)String mac) { Device device = deviceService.getDeviceByMac(mac); return new AppData<Device>(device);