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

添加区域点击

parent d134f939
...@@ -85,7 +85,7 @@ public interface ISiteFeign extends IFeign { ...@@ -85,7 +85,7 @@ public interface ISiteFeign extends IFeign {
* @param sitePdu * @param sitePdu
* @return * @return
*/ */
@PostMapping(value = "/site/getFlatSitesByAreaIds") @PostMapping(value = "/site/getFlatSitesByAreaIds",headers = {"Content-Type=application/json;charset=UTF-8"})
Rest<List<SitePdu>> getFlatSitesByAreaIds(@RequestBody SitePdu sitePdu); Rest<List<SitePdu>> getFlatSitesByAreaIds(@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