This commit is contained in:
cdf
2024-07-05 11:40:30 +08:00
parent 26951dcbab
commit 1879f41b9f
6 changed files with 17176 additions and 143 deletions

View File

@@ -91,7 +91,7 @@ public class TestController {
@GetMapping("show")
public String show() {
return clientHandler.topicMsg;
return clientHandler.topicMsg +" >>>>>>> "+ clientHandler.devId;
}
}