这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
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.3 KiB

LINGYUN.Abp.WeChat.Official.Senparc

WeChat Official Account Senparc SDK integration module, providing integration support with Senparc.Weixin SDK.

Features

  • Senparc.Weixin SDK integration
  • Compatible with Senparc message handling mechanism
  • Compatible with Senparc event handling mechanism
  • Support for Senparc configuration system
  • Support for Senparc caching strategy

Module Reference

[DependsOn(typeof(AbpWeChatOfficialSenparcModule))]
public class YouProjectModule : AbpModule
{
  // other
}

Configuration

{
  "WeChat": {
    "Official": {
      "Senparc": {
        "IsEnabled": true,           // Whether to enable Senparc integration
        "Cache": {
          "Type": "Local",          // Cache type: Local/Redis/Memcached
          "Configuration": ""        // Cache configuration string
        }
      }
    }
  }
}

Senparc Compatibility

This module maintains compatibility with Senparc.Weixin SDK, allowing you to:

  • Use Senparc message handlers
  • Use Senparc event handlers
  • Use Senparc API calling methods
  • Use Senparc caching mechanism
  • Use Senparc extension features

More Documentation