Commit 2036bb38 authored by tianbo's avatar tianbo

消息接口修改

parent f0f67ad0
......@@ -40,6 +40,6 @@ public interface JcsFeignClient {
/**
* 根据id获取单位人员列表
*/
@GetMapping(value = "/company/{ids}/person")
@GetMapping(value = "/org-usr/company/{ids}/person")
FeignClientResult<List<CompanyPerson>> selectCompanyPerson(@PathVariable List<Long> ids);
}
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