Van333
2022-09-02 2234cee8e872fd7633b95eef5b0c760cbbb8eabf
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());