[sub] support optional usage info in Remark #453

This commit is contained in:
Alireza Ahmadi
2023-08-25 23:31:59 +02:00
parent af5d681c22
commit 7adc8755f8
11 changed files with 77 additions and 16 deletions

View File

@@ -65,6 +65,7 @@ func (a *SettingController) getDefaultSettings(c *gin.Context) {
"subKeyFile": func() (interface{}, error) { return a.settingService.GetSubKeyFile() },
"subCertFile": func() (interface{}, error) { return a.settingService.GetSubCertFile() },
"subEncrypt": func() (interface{}, error) { return a.settingService.GetSubEncrypt() },
"subShowInfo": func() (interface{}, error) { return a.settingService.GetSubShowInfo() },
}
result := make(map[string]interface{})