测试权限

This commit is contained in:
lvleigang 2024-03-25 11:50:17 +08:00
parent c8b76c3fee
commit b2aa8933c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class EntranceController {
@RequestMapping("/queryTest")
@ResponseBody
public String queryTest() {
logger.info("请求成功info11111111");
logger.info("请求成功info11112312312311111");
logger.error("请求成功error");
return "请求成功";
}