Commit d4380ece authored by wwccw0591's avatar wwccw0591

pc

parent 7ec9050a
...@@ -85,17 +85,17 @@ class ClientPush ...@@ -85,17 +85,17 @@ class ClientPush
// 'content-available' => true, // 'content-available' => true,
// 'mutable-content' => true, // 'mutable-content' => true,
'category' => 'shenbd', 'category' => 'shenbd',
'extras' => $pushData, 'extras' => json_encode($toId),
)) ))
->androidNotification('test message', array( ->androidNotification('test message', array(
'title' => 'title', 'title' => 'title',
// 'builder_id' => 2, // 'builder_id' => 2,
'extras' => $pushData, 'extras' => json_encode($toId),
)) ))
->message('test message', array( ->message('test message', array(
'title' => 'title', 'title' => 'title',
'content_type' => $pushData['type'], 'content_type' => $pushData['type'],
'extras' => '23432432', 'extras' => json_encode($toId),
)) ))
->options(array( ->options(array(
// sendno: 表示推送序号,纯粹用来作为 API 调用标识, // sendno: 表示推送序号,纯粹用来作为 API 调用标识,
......
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