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/Work | 1 year ago | |
| System | 2 years ago | |
| FodyWeavers.xml | 2 years ago | |
| FodyWeavers.xsd | 2 years ago | |
| LINGYUN.Abp.WeChat.Work.csproj | 1 year ago | |
| README.EN.md | 1 year ago | |
| README.md | 1 year ago | |
README.md
LINGYUN.Abp.WeChat.Work
企业微信集成模块,提供企业微信应用开发所需的功能支持。
功能特性
- 企业微信身份验证
- 通讯录管理
- 消息推送
- 素材管理
- 客户联系
- 应用管理
- 身份验证
- 企业支付
- 电子发票
模块引用
[DependsOn(typeof(AbpWeChatWorkModule))]
public class YouProjectModule : AbpModule
{
// other
}
配置项
{
"WeChat": {
"Work": {
"CorpId": "", // 企业ID
"AgentId": 0, // 应用ID
"Secret": "", // 应用密钥
"Token": "", // 消息Token
"EncodingAESKey": "", // 消息加密密钥
"ApiUrl": "https://qyapi.weixin.qq.com" // API地址
}
}
}
Settings配置
WeChat.Work.CorpId: 企业IDWeChat.Work.AgentId: 应用IDWeChat.Work.Secret: 应用密钥WeChat.Work.Token: 消息TokenWeChat.Work.EncodingAESKey: 消息加密密钥WeChat.Work.ApiUrl: API地址