提取分支--添加项目安全相关认证与拦截
This commit is contained in:
+10
@@ -279,6 +279,16 @@ public class SysBaseAPIFallback implements ISysBaseAPI {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<SysDictItemCore> getDictItemAll() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String queryTableDictTextByKey(String table, String text, String code, String key) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendEmailMsg(String email,String title,String content) {
|
||||
// do other
|
||||
|
||||
Reference in New Issue
Block a user