fix: bff add configID

This commit is contained in:
zzw
2026-08-14 09:16:21 +08:00
parent 6a42e763d0
commit 6ca3024a9f
17 changed files with 1027 additions and 150 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -15,6 +15,7 @@ type NacosConf struct {
NamespaceId string `json:",optional"`
Group string `json:",optional"`
RegisterIP string `json:",optional"`
ConfigID string `json:",optional"`
}
type ResponseConf struct {