Commit 36f198d8 authored by wwccw0591's avatar wwccw0591

pc

parent d4380ece
...@@ -87,11 +87,11 @@ class ClientPush ...@@ -87,11 +87,11 @@ class ClientPush
'category' => 'shenbd', 'category' => 'shenbd',
'extras' => json_encode($toId), 'extras' => json_encode($toId),
)) ))
->androidNotification('test message', array( // ->androidNotification('test message', array(
'title' => 'title', // 'title' => 'title',
// 'builder_id' => 2, // // 'builder_id' => 2,
'extras' => json_encode($toId), // 'extras' => json_encode($toId),
)) // ))
->message('test message', array( ->message('test message', array(
'title' => 'title', 'title' => 'title',
'content_type' => $pushData['type'], 'content_type' => $pushData['type'],
......
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