fix: bff test encrypt
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 3m8s
CI / docker-product (push) Has been skipped
CI / docker-admin (push) Has been skipped

This commit is contained in:
zzw
2026-08-14 10:50:23 +08:00
parent 4dbfe7be41
commit 2cd2a5f6ff
2 changed files with 4 additions and 6 deletions
-5
View File
@@ -16,8 +16,3 @@ type NacosConf struct {
RegisterIP string `json:",optional"`
ConfigID string `json:",optional"`
}
type ResponseConf struct {
IsDebug bool `json:",default=true"`
EncryptKey string `json:",optional"`
}