callmez / yii2-wechat-sdk

基于Yii2实现的微信API(公众号,企业号)高效率(绝对的!)SDK.
MIT License
324 stars 158 forks source link

模版消息发送失败 #20

Closed webclz closed 9 years ago

webclz commented 9 years ago

$arr = array( 'first'=>'first', 'Topic'=>'topic', 'Time'=>date('Y-m-d H:i:s',time()), 'Address'=>'Address', 'remark'=>'remark' );

   $wechat = Yii::$app->wechat;
    // 发送模版消息
   $result = $wechat->sendTemplateMessage('openid','模版id',$arr);
   var_dump($result);

这样来配置,发送消息失败,不知道是什么原因

callmez commented 9 years ago

Yii::$app->wechat->lastError;可以看到错误信息