Commit fe618b2a authored by wwccw0591's avatar wwccw0591

upd

parent c8e8f10c
......@@ -733,7 +733,7 @@ class OrderConfirmUtil {
));
\Our\Log::getInstance()->write(json_encode($req_data), '/data/log/apptest');
$url = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=';
$result = $this->sendurl($url, $access_token, json_encode($req_data), 'post');
$result = $this->sendurl($url, $access_token, $req_data, 'post');
\Our\Log::getInstance()->write(var_export($result, true), '/data/log/apptest');
}
$this->opCacheInfo();
......
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