Commit 9b67c6f5 authored by chenchuanwen's avatar chenchuanwen

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

parents 9304cf1a 5a942757
......@@ -107,6 +107,7 @@ class Push
$convert['toUserName'] = $data['buyerName'];
$convert['toType'] = ApiConst::memberMessageType;
$convert['message'] = ArrayConst::orderCloseTemplate;
$convert['message']['content']=Common::format( $convert['message']['content'],$data['orderId']);
$convert['message']['href'] = "orderId=" . $data['orderId'];
$convert['message'] = serialize($convert['message']);
$id = time().(string)$this->orderIdStr.$data['orderId'];
......
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