Commit 5a942757 authored by wwccw0591's avatar wwccw0591

pc

parent 8843d629
......@@ -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