This commit is contained in:
2024-06-24 21:53:29 +08:00
parent c157ab808c
commit 420ccb8988
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
public class testController { public class testController {
@GetMapping("/list") @GetMapping("/messagelist")
public String hello() { public String hello() {
return "今日好友消息:[" + HandleMessageListener.friendMessageCount + "]条\n" + return "今日好友消息:[" + HandleMessageListener.friendMessageCount + "]条\n" +
"今日群聊1消息:[" + HandleMessageListener.group1MessageCount + "]条\n" + "今日群聊1消息:[" + HandleMessageListener.group1MessageCount + "]条\n" +