Commit 02ff5d7f authored by wwccw0591's avatar wwccw0591

upd

parent b472973e
......@@ -728,7 +728,7 @@ class OrderConfirmUtil {
array('keyword5'=>array('value'=>$goods_str)),
));
$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->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