微信公众号,模板消息

时间:2018-11-04 07:45:41
【文件属性】:
文件名称:微信公众号,模板消息
文件大小:1KB
文件格式:PHP
更新时间:2018-11-04 07:45:41
微信模板消息 微信公众号,模板消息开发,完整php代码$template=array( 'touser'=>'o_pQ5uH2ACQXU5JvnQETNqiEep-o', 'template_id'=>'f9opVsMh2Y7boafO6wAJ8-DyEjcv2lbzKDT_8NDYjLc', 'url'=>'www.tdperson.com/demo/', 'topcolor'=>'', 'data'=>array( 'productType'=>array('value'=>urlencode("注册优惠券"),'color'=>'#743A3A'), 'name'=>array('value'=>urlencode("第七元素科技有限公司!"),'color'=>'#743A3A'), 'certificateNumber'=>array('value'=>urlencode("45121321321"), 'color'=>'#743A3A'), 'number'=>array('value'=>urlencode("一张"), 'color'=>'#743A3A'), 'remark'=>array('value'=>urlencode("4001-800-100"),'color'=>'#743A3A'), ) ) ; require_once('weixin.class.php'); $weixin = new class_weixin(); var_dump($weixin->send_template_message(urldecode(json_encode($template))));

网友评论

  • 不全,浪费我的积分
  • 这个代码少了