feat: 系统可暴露的配置信息

This commit is contained in:
TsMask
2023-10-25 17:05:03 +08:00
parent 633878f05a
commit 0d0ad90e1f
3 changed files with 69 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package service
// 通用请求 服务层接口
type ICommont interface {
// SystemConfigInfo 系统配置信息
SystemConfigInfo() map[string]any
}