Sfoglia il codice sorgente

添加行车周期天气

guoyong 4 anni fa
parent
commit
b4823bb2f3

+ 1 - 1
src/main/java/com/aoyang/tms/controller/WorkCycleController.java

@@ -51,7 +51,7 @@ public class WorkCycleController {
         return new Result<>(workCycle);
     }
 
-    @ApiOperation(value = "更新前行程周期天气", notes = "必传参数:id")
+    @ApiOperation(value = "更新前行程周期天气", notes = "必传参数:id和天气信息")
     @PostMapping("/update_weather")
     public Result updateWeather(@RequestBody WorkCycle workCycleParam) {
         log.info("前行程周期,/tms/work_cycle/update,参数:{}", JSON.toJSONString(workCycleParam));