这是基于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.
 
 
 
 
 
 
colin 0c5a11680b upgrade: upgrade abp framework to 9.0.4 1 year ago
..
LINGYUN/Abp/WeChat/Work feat(wechat): Add WeChat management project 2 years ago
FodyWeavers.xml upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
FodyWeavers.xsd upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
LINGYUN.Abp.WeChat.Work.HttpApi.csproj upgrade: upgrade abp framework to 9.0.4 1 year ago
README.EN.md feat(docs): 添加微信模块文档 1 year ago
README.md feat(docs): 添加微信模块文档 1 year ago

README.md

LINGYUN.Abp.WeChat.Work.HttpApi

企业微信HTTP API模块,提供企业微信应用开发的HTTP API接口实现。

功能特性

  • 通讯录管理API
  • 应用管理API
  • 消息推送API
  • 客户联系API
  • 身份验证API
  • 企业支付API
  • 电子发票API
  • 企业微信回调接口

模块引用

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

API接口

通讯录管理

  • POST /api/wechat/work/contact/department/create
  • POST /api/wechat/work/contact/department/update
  • DELETE /api/wechat/work/contact/department/{id}
  • POST /api/wechat/work/contact/user/create
  • POST /api/wechat/work/contact/user/update
  • DELETE /api/wechat/work/contact/user/{id}

应用管理

  • GET /api/wechat/work/agent/{agentId}
  • POST /api/wechat/work/agent/set
  • GET /api/wechat/work/agent/list
  • POST /api/wechat/work/agent/workbench/template

消息推送

  • POST /api/wechat/work/message/text
  • POST /api/wechat/work/message/image
  • POST /api/wechat/work/message/voice
  • POST /api/wechat/work/message/video
  • POST /api/wechat/work/message/file
  • POST /api/wechat/work/message/textcard
  • POST /api/wechat/work/message/news
  • POST /api/wechat/work/message/templatecard

回调接口

  • POST /api/wechat/work/callback/{corpId}

权限

  • WeChatWork.Contact: 通讯录管理
  • WeChatWork.Agent: 应用管理
  • WeChatWork.Message: 消息管理
  • WeChatWork.Customer: 客户管理
  • WeChatWork.Payment: 企业支付
  • WeChatWork.Invoice: 电子发票

更多文档