Commit 5f9d6f9c authored by testshenbd's avatar testshenbd

Merge branch 'linqing' of git.shenbd.com:qm-develop/shenbd into linqing

parents aa089a18 02ff5d7f
...@@ -728,7 +728,7 @@ class OrderConfirmUtil { ...@@ -728,7 +728,7 @@ class OrderConfirmUtil {
array('keyword5'=>array('value'=>$goods_str)), array('keyword5'=>array('value'=>$goods_str)),
)); ));
$url = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token='; $url = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=';
$result = $this->sendurl($url, $access_token, $req_data, 'post'); $result = $this->sendurl($url, $access_token, json_encode($req_data), 'post');
} }
$this->opCacheInfo(); $this->opCacheInfo();
$this->pushMessage(); $this->pushMessage();
......
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