|
@@ -146,7 +146,7 @@ public class UbiLpWxController extends BaseController {
|
|
|
entity.setGroupId(device.getGroupId());
|
|
|
userPrivilegeService.save(entity);
|
|
|
}
|
|
|
- return ServerResponse.success(deviceBaseService.getDetailWx(openNum));
|
|
|
+ return ServerResponse.success(device.getType());
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -160,8 +160,8 @@ public class UbiLpWxController extends BaseController {
|
|
|
/**
|
|
|
* 更新唤醒时间和阈值
|
|
|
*/
|
|
|
- @PostMapping("update.do")
|
|
|
- public ServerResponse update(LpInfoState entity) {
|
|
|
+ @PostMapping("updateLp.do")
|
|
|
+ public ServerResponse updateLp(LpInfoState entity) {
|
|
|
return ServerResponse.success(lpInfoStateService.updateWakeAndThresh(entity));
|
|
|
}
|
|
|
|