[create-pull-request] automated change (#63)

Co-authored-by: joshuaspence <joshuaspence@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-03-06 09:47:34 +11:00
committed by GitHub
parent ca31cda3ad
commit 9d4150d235
13 changed files with 44 additions and 33 deletions

View File

@@ -91,7 +91,8 @@ type SettingGuestAccess struct {
RestrictedDNSEnabled bool `json:"restricted_dns_enabled"`
RestrictedDNSServers []string `json:"restricted_dns_servers,omitempty"` // ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$|^$
RestrictedSubnet string `json:"restricted_subnet_,omitempty"`
TemplateEngine string `json:"template_engine,omitempty"` // jsp|angular
SettingPreference string `json:"setting_preference,omitempty"` // auto|manual
TemplateEngine string `json:"template_engine,omitempty"` // jsp|angular
VoucherCustomized bool `json:"voucher_customized"`
VoucherEnabled bool `json:"voucher_enabled"`
WechatAppID string `json:"wechat_app_id"`