mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
Fix color
parent
83ff0aa3cc
commit
c9272d5c1e
4
模板消息.md
4
模板消息.md
@ -107,7 +107,7 @@ $messageId = $notice->uses($templateId)->withUrl($url)->andData($data)->andRecei
|
||||
$data = array(
|
||||
"first" => array("恭喜你购买成功!", '#555555'),
|
||||
"keynote1" => array("巧克力", "#336699"),
|
||||
"keynote2" => array("39.8元", "FF0000"),
|
||||
"keynote2" => array("39.8元", "#FF0000"),
|
||||
"keynote3" => array("2014年9月16日", "#888888"),
|
||||
"remark" => array("欢迎再次购买!", "#5599FF"),
|
||||
);
|
||||
@ -118,7 +118,7 @@ $messageId = $notice->uses($templateId)->withUrl($url)->andData($data)->andRecei
|
||||
$data = array(
|
||||
"first" => array("value" => "恭喜你购买成功!", "color" => '#555555'),
|
||||
"keynote1" => array("value" => "巧克力", "color" => "#336699"),
|
||||
"keynote2" => array("value" => "39.8元","color" => "FF0000"),
|
||||
"keynote2" => array("value" => "39.8元","color" => "#FF0000"),
|
||||
"keynote3" => array("value" => "2014年9月16日", "color" => "#888888"),
|
||||
"remark" => array("value" => "欢迎再次购买!", "color" => "#5599FF"),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user