上传者: 18835603
|
上传时间: 2022-02-02 09:40:04
|
文件大小: 1KB
|
文件类型: -
微信公众号,模板消息开发,完整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))));