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.0 KiB
1.0 KiB
LINGYUN.Abp.WeChat
WeChat base module, providing fundamental functionality and configuration for WeChat application development.
Features
- WeChat basic configuration management
- Unified WeChat API calling interface
- WeChat AccessToken management
- Unified error handling mechanism
Module Reference
[DependsOn(typeof(AbpWeChatModule))]
public class YouProjectModule : AbpModule
{
// other
}
Configuration
{
"WeChat": {
"BaseUrl": "https://api.weixin.qq.com", // WeChat API base URL
"DefaultTimeout": 30000, // Default timeout in milliseconds
"RetryCount": 3, // Number of retry attempts
"RetryMilliseconds": 1000 // Retry interval in milliseconds
}
}
Settings Configuration
WeChat.BaseUrl: WeChat API base URLWeChat.DefaultTimeout: Default timeoutWeChat.RetryCount: Number of retry attemptsWeChat.RetryMilliseconds: Retry interval