Commit 77bad911 authored by wwccw0591's avatar wwccw0591

pc

parent 32159331
......@@ -66,6 +66,7 @@ class ClientPush
{
$title=$this->getMessageType($pushData['fromType']);
$messageContent=$this->getMessageContent($pushData['message']);
echo $pushData['toId'];exit;
try {
$response = $this->client->push()
->setPlatform(array('ios', 'android'))
......
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