parieses/wechatpush

Yii2 parieses wechatpush

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 2

Open Issues: 1

pkg:composer/parieses/wechatpush

0.2 2019-04-10 04:53 UTC

This package is auto-updated.

Last update: 2025-10-10 19:31:07 UTC


README

微信公众号推送和小程序推送

公众号推送已经测试可以使用
使用方法
$config = ['appid'=>'公众号appid','secret'=>'公众号的secret']
$type = 1 默认公众号
$data = 公众号及小程序推送数组
$push  = new WeChatPush(1,$config)
$push->setdate($data);
$push->Push;