You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
LINGYUN.Abp.WeChat.SettingManagement
WeChat settings management module, providing management functionality for WeChat-related configurations.
Features
- WeChat configuration management
- Official Account configuration management
- Mini Program configuration management
- WeChat Work configuration management
- Configuration UI integration
- Multi-tenant support
Module Reference
[DependsOn(typeof(AbpWeChatSettingManagementModule))]
public class YouProjectModule : AbpModule
{
// other
}
Settings Configuration
Official Account Configuration
WeChat.Official.AppId: Official Account AppIdWeChat.Official.AppSecret: Official Account AppSecretWeChat.Official.Token: Official Account message TokenWeChat.Official.EncodingAESKey: Official Account message encryption keyWeChat.Official.IsSandBox: Whether in sandbox environmentWeChat.Official.Url: Official Account server URL
Mini Program Configuration
WeChat.MiniProgram.AppId: Mini Program AppIdWeChat.MiniProgram.AppSecret: Mini Program AppSecretWeChat.MiniProgram.Token: Mini Program message TokenWeChat.MiniProgram.EncodingAESKey: Mini Program message encryption keyWeChat.MiniProgram.IsDebug: Whether to enable debug modeWeChat.MiniProgram.DefaultEnvironment: Default environment
WeChat Work Configuration
WeChat.Work.CorpId: Enterprise IDWeChat.Work.AgentId: Application IDWeChat.Work.Secret: Application secretWeChat.Work.Token: Message TokenWeChat.Work.EncodingAESKey: Message encryption key
Permissions
WeChat.Setting: WeChat settings managementWeChat.Setting.Official: Official Account settings managementWeChat.Setting.MiniProgram: Mini Program settings managementWeChat.Setting.Work: WeChat Work settings management