Merge pull request '测试权限' (#3) from dev into master

Reviewed-on: http://192.168.2.237:3000/root/kangarooDataCenter/pulls/3
This commit is contained in:
13758950345 2024-03-25 11:51:36 +08:00
commit 44f435c4ba
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 "请求成功";
}