Commit 406215a5 authored by hujun's avatar hujun

1

parent d40d33b0
......@@ -82,11 +82,16 @@ class RPush
'name' => $title,
'imageUrl' => '',
'id' => 0,
'target' => $target,
'from' => $from,
'is_user' => $is_user,
'msg_type' => 1, // 1文本 2图片3楼盘
'ext' => [ "user_name" => $user_name ]
'ext' => [
'msg_type' => 1, // 1文本 2图片3楼盘
'target' => $target,
'from' => $from,
"user_name" => $user_name,
'body' => $msg_content,
'to_id' => '',
'from_id' => '',
'created_at' => '2018-04-02 13:19:14'
]
));
$pushMessageToIgt = new GeTuiUtils();
......
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