Commit d4380ece authored by wwccw0591's avatar wwccw0591

pc

parent 7ec9050a
......@@ -85,17 +85,17 @@ class ClientPush
// 'content-available' => true,
// 'mutable-content' => true,
'category' => 'shenbd',
'extras' => $pushData,
'extras' => json_encode($toId),
))
->androidNotification('test message', array(
'title' => 'title',
// 'builder_id' => 2,
'extras' => $pushData,
'extras' => json_encode($toId),
))
->message('test message', array(
'title' => 'title',
'content_type' => $pushData['type'],
'extras' => '23432432',
'extras' => json_encode($toId),
))
->options(array(
// 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