Commit 98b35b8a authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent 7b15de4e
......@@ -19,7 +19,7 @@ import java.util.List;
* @author zxfei
* @date 2022-07-06
*/
@FeignClient(name = "portal-manager", path = "/zwfw", fallbackFactory = UserFeignFallbackFactory.class)
@FeignClient(name = "agent-manager", path = "/agent", fallbackFactory = UserFeignFallbackFactory.class)
public interface IUserFeign extends IFeign {
......
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