whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
src/main/java/com/whyc/controller/WeatherController.java
@@ -15,7 +15,7 @@
@RestController
@RequestMapping("weather")
@Api(tags = "天气查询")
public class WeatherController {
public class WeatherController extends BaseController{
    @Resource
    private WeatherService service;