Commit 0a1ff720 authored by wwccw0591's avatar wwccw0591

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

parents aed19042 5a942757
...@@ -52,8 +52,8 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -52,8 +52,8 @@ class IndexController extends \Our\Controller_Abstract {
} }
public function indexAction() { public function indexAction() {
$clientPush=\JPush\ClientPush::getInstance(); // $clientPush=\JPush\ClientPush::getInstance();
$clientPush->pushAll(); // $clientPush->pushAll();
echo 'success'; echo 'success';
exit; exit;
\Our\Log::getInstance()->write('testLog|||||testLog'); \Our\Log::getInstance()->write('testLog|||||testLog');
......
...@@ -107,6 +107,7 @@ class Push ...@@ -107,6 +107,7 @@ class Push
$convert['toUserName'] = $data['buyerName']; $convert['toUserName'] = $data['buyerName'];
$convert['toType'] = ApiConst::memberMessageType; $convert['toType'] = ApiConst::memberMessageType;
$convert['message'] = ArrayConst::orderCloseTemplate; $convert['message'] = ArrayConst::orderCloseTemplate;
$convert['message']['content']=Common::format( $convert['message']['content'],$data['orderId']);
$convert['message']['href'] = "orderId=" . $data['orderId']; $convert['message']['href'] = "orderId=" . $data['orderId'];
$convert['message']['content']=Common::format($convert['message']['content'],$data['orderSn']); $convert['message']['content']=Common::format($convert['message']['content'],$data['orderSn']);
$convert['message'] = serialize($convert['message']); $convert['message'] = serialize($convert['message']);
......
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