|
|
@@ -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));
|