这是基于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.0 KiB

LINGYUN.Abp.WeChat.Common

WeChat common module, providing shared fundamental functionality implementation for WeChat product lines.

Features

  • Unified message handling framework
  • Unified message encryption/decryption mechanism
  • Unified event handling mechanism
  • Unified API calling interface
  • Unified error handling mechanism

Module Reference

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

Configuration

{
  "WeChat": {
    "Common": {
      "MessageHandlerFactory": {
        "MessageResolvers": [],           // Message resolver list
        "MessageHandlers": []             // Message handler list
      }
    }
  }
}

Message Handling

  • Support text message handling
  • Support image message handling
  • Support voice message handling
  • Support video message handling
  • Support event message handling
  • Support custom message handler extensions

More Documentation

Change Log