|
@@ -129,7 +129,7 @@ public class UbiLpWxController extends BaseController {
|
|
|
.eq("user_id", userId())) == null) {
|
|
|
userPrivilegeService.save(new UserPrivilege(userId(), device.getGroupId()));
|
|
|
}
|
|
|
- return ServerResponse.success(deviceBaseService.getDetailWx(openNum));
|
|
|
+ return ServerResponse.success(device.getType());
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -143,8 +143,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));
|
|
|
}
|
|
|
|