linpf
2021-12-16 0257400b7c42c8143f32dae8e4bffbe90a890f1f
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());