Commit 406215a5 authored by hujun's avatar hujun

1

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