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 year ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/WeChat/SettingManagement | 2 years ago | |
| FodyWeavers.xml | 2 years ago | |
| FodyWeavers.xsd | 2 years ago | |
| LINGYUN.Abp.WeChat.SettingManagement.csproj | 2 years ago | |
| README.EN.md | 1 year ago | |
| README.md | 1 year ago | |
README.md
LINGYUN.Abp.WeChat.SettingManagement
微信设置管理模块,提供微信相关配置的管理功能。
功能特性
- 微信配置管理
- 公众号配置管理
- 小程序配置管理
- 企业微信配置管理
- 配置界面集成
- 多租户支持
模块引用
[DependsOn(typeof(AbpWeChatSettingManagementModule))]
public class YouProjectModule : AbpModule
{
// other
}
Settings配置
公众号配置
WeChat.Official.AppId: 公众号AppIdWeChat.Official.AppSecret: 公众号AppSecretWeChat.Official.Token: 公众号消息TokenWeChat.Official.EncodingAESKey: 公众号消息加密密钥WeChat.Official.IsSandBox: 是否为沙箱环境WeChat.Official.Url: 公众号服务器URL
小程序配置
WeChat.MiniProgram.AppId: 小程序AppIdWeChat.MiniProgram.AppSecret: 小程序AppSecretWeChat.MiniProgram.Token: 小程序消息TokenWeChat.MiniProgram.EncodingAESKey: 小程序消息加密密钥WeChat.MiniProgram.IsDebug: 是否开启调试模式WeChat.MiniProgram.DefaultEnvironment: 默认环境
企业微信配置
WeChat.Work.CorpId: 企业IDWeChat.Work.AgentId: 应用IDWeChat.Work.Secret: 应用密钥WeChat.Work.Token: 消息TokenWeChat.Work.EncodingAESKey: 消息加密密钥
权限
WeChat.Setting: 微信设置管理WeChat.Setting.Official: 公众号设置管理WeChat.Setting.MiniProgram: 小程序设置管理WeChat.Setting.Work: 企业微信设置管理