Results 1 comments of Jeason

复现说明: 1. /api/user/detail 由于已经注册该路由,规定需要登录,不需要检测项目ID,用postman请求,会返回下图,符合预期。 ![image](https://user-images.githubusercontent.com/6673213/88354811-be502a00-cd94-11ea-91dd-01e399792b96.png) 2. 假设我现在请求了一个没有注册过的路由,/api/abc/abc,前端在写接口的时候也常有不小心拼写错误的情况,预期应该返回404,告知该路由不存在。但是用postman请求,仍然会返回'请先登录',不符合实际预期,最好是返回404错误 ![image](https://user-images.githubusercontent.com/6673213/88354757-8f39b880-cd94-11ea-8b55-289be452f884.png)