Easywechat实现模版推送

require './vendor/autoload.php';
 
use EasyWeChat\Factory;
 
$config = [
    'app_id' => 'wx899695ec',
    'secret' => 'f9fd4df0f68a0c07',
    'token' => 'xlL1ItapFshFhA88Z8Ai5AIYzA',
    'aes_key' => '', //明文模式下为空
    'response_type' => 'array',
];
 
$app = Factory::officialAccount($config);
 
$result = $app->template_message->send([
        'touser' => 'oS3TrsvDsvnF77BNNuMTj0FRi9g8',
        'template_id' => 'Vm8N6Avj-rVlNx1s8GsUBgdTPmX4Q7zYfJNJ2PcXyLA',
        'url' => 'http://demo.chinaportrait.org/',
        'data' => [
            'first'    => array('value' => '您好!', 'color' => "#FF0000"),
            'keyword1' => array('value' => '2022年', 'color' => '#FF0000'),  //keyword需要与配置的模板消息对应
            'keyword2' => array('value' => '100元', 'color' => '#FF0000'),
            'remark'   => array('value' => '感谢!', 'color' => '#FF0000')
        ]
    ]);
// var_dump($result);
if($result['errcode']==0){
    echo '发送成功';
}else{
    echo '发送失败';
}

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值