Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PHP版微信公共平台消息主动推送,突破一天只能发送一条限制

Notifications You must be signed in to change notification settings

autoluck/wechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

wechat

EMAIL:wander112900@gmail.com

PHP版微信公共平台消息主动推送10月6日最新实现

模拟登录微信公共平台,实现信息发送;

突破订阅号一天只能发送一条信息的限制。

使用方法:

$arr = array( 'account' => '公众平台帐号', 'password' => '密码' );

$w = new Weixin($arr);

$w->getAllUserInfo();//获取用户信息

$w->sendMessage('群发内容'); //群发给所有用户

$w->sendMessage('群发内容',$userId); //群发给特定用户

本实例仅供参考,由此引发的法律风险,本人概不负责。谢谢。

About

PHP版微信公共平台消息主动推送,突破一天只能发送一条限制

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%

AltStyle によって変換されたページ (->オリジナル) /