Commit 5d2a6ec6 authored by 734642908@qq.com's avatar 734642908@qq.com

修改模板

parent 7a317c76
...@@ -112,7 +112,7 @@ class WechatController extends BaseController ...@@ -112,7 +112,7 @@ class WechatController extends BaseController
,'keyword2'=>array('value'=>$time) ,'keyword2'=>array('value'=>$time)
,'keyword3'=>array('value'=>'邀请好友可以增加出价次数,出价次数越多,商品越容易竞拍成功哦~') ,'keyword3'=>array('value'=>'邀请好友可以增加出价次数,出价次数越多,商品越容易竞拍成功哦~')
) )
,'emphasis_keyword'=>"keyword1.DATA" // ,'emphasis_keyword'=>"keyword1.DATA"
); );
$this->curlPost($posturl,json_encode($postArr),true); $this->curlPost($posturl,json_encode($postArr),true);
...@@ -172,7 +172,7 @@ class WechatController extends BaseController ...@@ -172,7 +172,7 @@ class WechatController extends BaseController
,'keyword3'=>array('value'=>$auctionArr['bid_price']) ,'keyword3'=>array('value'=>$auctionArr['bid_price'])
,'keyword4'=>array('value'=>'竞拍成功的商品,请注意在页面完成商品领取哦~') ,'keyword4'=>array('value'=>'竞拍成功的商品,请注意在页面完成商品领取哦~')
) )
,'emphasis_keyword'=>"keyword1.DATA" // ,'emphasis_keyword'=>"keyword1.DATA"
); );
$this->curlPost($posturl,json_encode($postArr),true); $this->curlPost($posturl,json_encode($postArr),true);
$updateArr = array( $updateArr = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment