Van333
2022-10-26 f7debb464a2d49b6e66b014cf2beef2a9c4bf98d
src/main/java/api/controller/WeatherController.java
@@ -36,7 +36,7 @@
    public Msg list(@RequestBody ReqParams reqParams){
        rateLimiter.acquire(1);
        if(reqParams.getLimit() > 50){
            return Msg.error("limit exception");
            return Msg.error("limit exception!!!");
        }
        Long userId = accessService.getUserId(reqParams.getAccessToken());