Commit 16734648 by huangjinxin

feat:重写角色新增

1 parent 0ef645d7
......@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
/**
* 角色相关接口
*/
@FeignClient(value = "project-user", contextId = "role")
@FeignClient(value = "project-user", contextId = "role2")
public interface IRole2 {
/**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!