基于 laravel 和 EasyWechat 开发的微信消息模板通知功能
$wechat = new Application([ 'app_id' => $appId, 'secret' => $secret,]);\WechatNotice::setWechat($wechat)->send($openId, $templateId, [ 'first' => '系统异常', 'keyword1' => '', 'keyword2' => '', 'keyword3' => '', 'remark' => '请及时处理'], null, '#af0505');
评论