feat: set configs (#3183) (#3243)

Co-authored-by: icey-yu <119291641+icey-yu@users.noreply.github.com>
This commit is contained in:
OpenIM-Robot
2025-07-28 11:37:39 +08:00
committed by GitHub
parent e816626b9c
commit b1837434df
3 changed files with 110 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ type SetConfigReq struct {
Data string `json:"data"`
}
type SetConfigsReq struct {
Configs []SetConfigReq `json:"configs"`
}
type SetEnableConfigManagerReq struct {
Enable bool `json:"enable"`
}