这是基于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.
 
 
 
 
 
 
feijie 816408575f feat(docs): 添加微信模块文档 1 year ago
..
README.EN.md feat(docs): 添加微信模块文档 1 year ago
README.md feat(docs): 添加微信模块文档 1 year ago

README.md

LINGYUN.Abp.Notifications.WeChat.MiniProgram

微信小程序消息通知模块,提供通过微信小程序向用户发送订阅消息的功能。

功能特性

  • 支持微信小程序订阅消息发送
  • 支持消息模板管理
  • 支持动态消息数据配置
  • 集成ABP通知系统

模块引用

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

配置项

{
  "WeChat": {
    "MiniProgram": {
      "Notifications": {
        "DefaultTemplateId": "",           // 默认模板ID
        "DefaultPage": "pages/index/index", // 默认跳转页面
        "DefaultState": "formal",          // 默认跳转小程序类型,developer为开发版;trial为体验版;formal为正式版
        "DefaultLang": "zh_CN"             // 默认语言
      }
    }
  }
}

更多文档