Skip to content

This Plugin is designed for using wechat API more conveniently

License

Notifications You must be signed in to change notification settings

nutto/wp-wechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WordPress 微信插件

本插件旨在帮助用户快速构建,解析和发送微信接口中的消息数据,简化在WP中微信的开发难度

##安装与使用

###安装

直接放入WP的Plugins文件夹,并启动插件即可.

###快速使用

在WP的options项中的微信设置页面填写好必要信息后,实例化 WP_Wechat 类,即可通过该类的一些方法实现大部分(持续补充)微信的接口功能.

$wx = new WP_Wechat();

// 获取用户列表
$user_list = $wx->get_user_list(); 

详细接口可以查看文档

##文档

获取access token和确保access token的可用性

检测消息可靠性和响应服务器验证请求

变量与一些工具函数

接收消息

发送被动消息

获取用户列表

用户分组管理

素材管理

群发接口

自定义菜单管理

客服接口

##交流与建议

[email protected]

##许可

遵循GPL3

About

This Plugin is designed for using wechat API more conveniently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published