Commit 41bc7ae7 authored by wwccw0591's avatar wwccw0591

push

parent 8ddaee68
......@@ -65,7 +65,7 @@ class ClientPush
public function pushTest($pushData)
{
// $pushFlag=(APP_ENV=='product' || APP_ENV=='productone')?true:false;
$pushFlag=false;
$pushFlag=true;
// echo json_encode($pushData);
$title=$this->getMessageType($pushData['fromType']);
$messageContent=$this->getMessageContent($pushData['message']);
......
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