Commit e80ed4fe authored by zhangsen's avatar zhangsen

url拼接jcs

parent 13530dd0
...@@ -28,6 +28,6 @@ public interface JCSFeignClient { ...@@ -28,6 +28,6 @@ public interface JCSFeignClient {
* 根据主键查orgIds * 根据主键查orgIds
* @return * @return
*/ */
@RequestMapping(value = "/common/maintenance-company/get/amosOrgIdsByIds", method = RequestMethod.GET, consumes = "application/json") @RequestMapping(value = "jcs/common/maintenance-company/get/amosOrgIdsByIds", method = RequestMethod.GET, consumes = "application/json")
ResponseModel<List<String>> getAmosOrgIdsByIds(@RequestParam(value = "list") List<String> list); ResponseModel<List<String>> getAmosOrgIdsByIds(@RequestParam(value = "list") List<String> list);
} }
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