Commit 27ac785b authored by wwccw0591's avatar wwccw0591

pc

parent ef1f2881
...@@ -74,8 +74,8 @@ class ClientPush ...@@ -74,8 +74,8 @@ class ClientPush
// 即是说一般情况下,下面三个方法和没有列出的 addTagAnd 一共四个,只适用一个便可满足大多数的场景需求 // 即是说一般情况下,下面三个方法和没有列出的 addTagAnd 一共四个,只适用一个便可满足大多数的场景需求
->addAlias($pushData['toId']) ->addAlias($pushData['toId'])
// ->addTag(array('tag1', 'tag2')) ->addTag(array($pushData['toId'], 'tag2'))
// ->addRegistrationId($pushData['toId']) ->addRegistrationId($pushData['toId'])
->setNotificationAlert($title) ->setNotificationAlert($title)
->iosNotification($messageContent, array( ->iosNotification($messageContent, array(
......
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