Commit 0fd26450 authored by hanfeng's avatar hanfeng

修改获取用户信息接口

parent a1ed4324
...@@ -135,6 +135,6 @@ public interface UserFeign { ...@@ -135,6 +135,6 @@ public interface UserFeign {
* @param ids * @param ids
* @return * @return
*/ */
@GetMapping("/getUsersByUserIds") @GetMapping("/public/getUsersByUserIds")
ObjectRestResponse<List<AppUserVo>> getUsersByUserIds(@RequestParam("ids") List<Integer> ids); ObjectRestResponse<List<AppUserVo>> getUsersByUserIds(@RequestParam("ids") List<Integer> 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