提交 9d251a97 authored 作者: 艾庆国's avatar 艾庆国

Merge branch 'refs/heads/v16.3_line_warn_20240528' into test

......@@ -58,8 +58,8 @@ public class TempLineWarnController {
return Result.ok();
}
@ApiOperation(value = "天气", notes = "<br>By:艾庆国")
@PostMapping("/orderGoodsAdd")
public Result<Map<String, String>> orderGoodsAdd(Integer sendAddressId, Integer receiveAddressId) {
@PostMapping("/weather")
public Result<Map<String, String>> weather(Integer sendAddressId, Integer receiveAddressId) {
Map<String, String> result = new HashMap<>();
Optional<FeignAddressVO> addressOptional = addressService
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论