parieses/wechatpush

Yii2 parieses wechatpush

0.2 2019-04-10 04:53 UTC

This package is auto-updated.

Last update: 2025-07-10 19:02:34 UTC


README

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

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