Commit b5cf37b3 authored by hujun's avatar hujun

1

parent 11b187e2
......@@ -76,15 +76,16 @@ class RPush
'title' => $title,
'content' => $msg_content,
'type' => $target_type,
'url' => '',
'name' => $title,
'imageUrl' => '',
'id'=>0,
'target' => $target,
'from' => $from,
'msg_type' => 1, // 1文本 2图片3楼盘
'ext' => ["user_name" => $user_name ]
));
// $data = json_encode($arr);
$pushMessageToIgt = new GeTuiUtils();
$push_arr = $target;
......
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