Commit d134f939 authored by 赵啸非's avatar 赵啸非

添加区域点击

parent 8b5f2b54
...@@ -75,7 +75,7 @@ public interface ISiteFeign extends IFeign { ...@@ -75,7 +75,7 @@ public interface ISiteFeign extends IFeign {
* @param sitePdu * @param sitePdu
* @return * @return
*/ */
@GetMapping(value = "/site/getFlatSitesBySiteId") @PostMapping(value = "/site/getFlatSitesBySiteId")
Rest<List<SitePdu>> getFlatSitesBySiteId(@RequestBody SitePdu sitePdu); Rest<List<SitePdu>> getFlatSitesBySiteId(@RequestBody SitePdu sitePdu);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment