marge: 合并代码
This commit is contained in:
@@ -28,7 +28,7 @@ func (s *CommontController) Hash(c *gin.Context) {
|
||||
|
||||
// 系统可暴露的配置信息
|
||||
//
|
||||
// GET /sysConf
|
||||
// GET /sys-conf
|
||||
func (s *CommontController) SysConfig(c *gin.Context) {
|
||||
data := s.commontService.SystemConfigInfo()
|
||||
c.JSON(200, result.OkData(data))
|
||||
|
||||
Reference in New Issue
Block a user