Skip to content

Commit

Permalink
小布丁
Browse files Browse the repository at this point in the history
修复中心服务器不能正确更新地址的bug
  • Loading branch information
mingzhixian committed Nov 11, 2023
1 parent 46b7f5a commit 0a66506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion easycontrol/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private static void postDevice(User user, JSONObject params, JSONObject response
postDevice = new User.Device(uuid, ip);
user.devices.add(postDevice);
}
postDevice.ip = ip;
postDevice.lastPostTime = System.currentTimeMillis();
System.out.print("Post Device,Name=" + user.name + ",Password=" + user.password + ",UUID=" + uuid + "\n");
}
Expand Down

0 comments on commit 0a66506

Please sign in to comment.