Commit dd5253b5 by zhangxingmin

push

parent 1b79dc34
......@@ -84,7 +84,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/user/api/v3/api-docs",
"/insurance/base/api/v3/api-docs",
"/csf/api/v3/api-docs",
"/auth/v3/api-docs"
"/auth/v3/api-docs",
"/ws"
).permitAll()
.anyRequest().authenticated()
.and()
......
......@@ -79,4 +79,9 @@ public class ServerNameConstants {
* yd-notice-api 通知微服务
*/
public static String ydNoticeApi="yd-notice-api";
/**
* yd-communication-api 通信微服务
*/
public static String ydCommunicationApi="yd-communication-api";
}
......@@ -88,6 +88,8 @@ public enum CommonEnum {
UID_TYPE_AGENT_REFERRAL_RELATION("agent_referral_relation","推荐关系表"),
UID_TYPE_AGENT_MANAGE_RELATION("agent_manage_relation","管理关系表"),
UID_TYPE_TEAM("team","团队信息表"),
UID_TYPE_CO_SESSION("co_session","协同会话表"),
UID_TYPE_RECORDING_TASK("recording_task","录制任务表"),
//作用域枚举
SCOPE_SYS("1","系统级(全局)"),
......
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