fix: 文件/配置/菜单权限接口变更

This commit is contained in:
TsMask
2025-02-26 17:55:00 +08:00
parent f337dfa683
commit 5c45a9b08e
4 changed files with 52 additions and 51 deletions

View File

@@ -310,7 +310,7 @@ func (s SysConfigController) Export(c *gin.Context) {
// 参数配置修改配置参数
//
// PUT /changeValue
// PUT /change-value
func (s *SysConfigController) ConfigValue(c *gin.Context) {
language := reqctx.AcceptLanguage(c)
var body struct {