mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 19:23:44 +08:00
This commit is contained in:
@@ -23,10 +23,21 @@ import (
|
||||
)
|
||||
|
||||
var MaskDemoField = []string{
|
||||
"smtpUser", "smtpPass", // 邮箱
|
||||
"uploadUCloudPublicKey", "uploadUCloudPrivateKey", // 云存储
|
||||
"geoAmapWebKey", // 地图
|
||||
"smsAliyunAccessKeyID", "smsAliyunAccessKeySecret", // 短信
|
||||
// 邮箱
|
||||
"smtpUser", "smtpPass",
|
||||
|
||||
// 云存储
|
||||
"uploadUCloudPublicKey", "uploadUCloudPrivateKey",
|
||||
"uploadCosSecretId", "uploadCosSecretKey",
|
||||
"uploadOssSecretId", "uploadOssSecretKey",
|
||||
"uploadQiNiuAccessKey", "uploadQiNiuSecretKey",
|
||||
|
||||
// 地图
|
||||
"geoAmapWebKey",
|
||||
|
||||
// 短信
|
||||
"smsAliYunAccessKeyID", "smsAliYunAccessKeySecret",
|
||||
"smsTencentSecretId", "smsTencentSecretKey",
|
||||
}
|
||||
|
||||
type sSysConfig struct{}
|
||||
|
||||
Reference in New Issue
Block a user