|
|
|
@ -13,31 +13,31 @@ namespace LINGYUN.Abp.WeChat.Official.Settings |
|
|
|
WeChatOfficialSettingNames.AppId, "", |
|
|
|
L("DisplayName:WeChat.Official.AppId"), |
|
|
|
L("Description:WeChat.Official.AppId"), |
|
|
|
isVisibleToClients: true, |
|
|
|
isVisibleToClients: false, |
|
|
|
isEncrypted: true), |
|
|
|
new SettingDefinition( |
|
|
|
WeChatOfficialSettingNames.AppSecret, "", |
|
|
|
L("DisplayName:WeChat.Official.AppSecret"), |
|
|
|
L("Description:WeChat.Official.AppSecret"), |
|
|
|
isVisibleToClients: true, |
|
|
|
isVisibleToClients: false, |
|
|
|
isEncrypted: true), |
|
|
|
new SettingDefinition( |
|
|
|
WeChatOfficialSettingNames.Url, "", |
|
|
|
L("DisplayName:WeChat.Official.Url"), |
|
|
|
L("Description:WeChat.Official.Url"), |
|
|
|
isVisibleToClients: true, |
|
|
|
isVisibleToClients: false, |
|
|
|
isEncrypted: false), |
|
|
|
new SettingDefinition( |
|
|
|
WeChatOfficialSettingNames.Token, "", |
|
|
|
L("DisplayName:WeChat.Official.Token"), |
|
|
|
L("Description:WeChat.Official.Token"), |
|
|
|
isVisibleToClients: true, |
|
|
|
isVisibleToClients: false, |
|
|
|
isEncrypted: true), |
|
|
|
new SettingDefinition( |
|
|
|
WeChatOfficialSettingNames.EncodingAESKey, "", |
|
|
|
L("DisplayName:WeChat.Official.EncodingAESKey"), |
|
|
|
L("Description:WeChat.Official.EncodingAESKey"), |
|
|
|
isVisibleToClients: true, |
|
|
|
isVisibleToClients: false, |
|
|
|
isEncrypted: true) |
|
|
|
); |
|
|
|
} |
|
|
|
|