Commit e4d91c12 authored by hujun's avatar hujun

1

parent b5cf37b3
...@@ -75,7 +75,7 @@ class RPush ...@@ -75,7 +75,7 @@ class RPush
$payload = json_encode(array( $payload = json_encode(array(
'title' => $title, 'title' => $title,
'content' => $msg_content, 'content' => $msg_content,
'type' => $target_type, 'type' => 'chat',
'url' => '', 'url' => '',
'name' => $title, 'name' => $title,
'imageUrl' => '', 'imageUrl' => '',
......
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