Commit a4c98cef authored by 周健威's avatar 周健威

修改代码

parent 5d7ef7fd
...@@ -38,6 +38,6 @@ public interface DatacenterFeign { ...@@ -38,6 +38,6 @@ public interface DatacenterFeign {
@RequestMapping(value = "/web/gtdata/app/unauth/register", method = RequestMethod.GET) @RequestMapping(value = "/web/gtdata/app/unauth/register", method = RequestMethod.GET)
public ObjectRestResponse<Map<String, String>> dataRegister(@RequestParam("id") Integer id); public ObjectRestResponse<Map<String, String>> dataRegister(@RequestParam("id") Integer id);
@RequestMapping(value = "/web/gtdata/app/unauth/queryGeomsJsonFegin", method = RequestMethod.POST) @RequestMapping(value = "/web/imageData/app/unauth/queryGeomsJsonFegin", method = RequestMethod.POST)
public String queryGeomsJsonFegin(@RequestBody QueryDTO dto); public String queryGeomsJsonFegin(@RequestBody QueryDTO dto);
} }
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