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

1006 B

LINGYUN.Abp.Notifications.WeChat.MiniProgram

WeChat Mini Program notification module, providing functionality to send subscription messages to users through WeChat Mini Program.

Features

  • Support WeChat Mini Program subscription message sending
  • Support message template management
  • Support dynamic message data configuration
  • Integration with ABP notification system

Module Reference

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

Configuration

{
  "WeChat": {
    "MiniProgram": {
      "Notifications": {
        "DefaultTemplateId": "",           // Default template ID
        "DefaultPage": "pages/index/index", // Default jump page
        "DefaultState": "formal",          // Default Mini Program version type: developer/trial/formal
        "DefaultLang": "zh_CN"             // Default language
      }
    }
  }
}

More Documentation