Commit 2ea4f891 authored by wwccw0591's avatar wwccw0591

pc

parent e9833eb7
......@@ -64,7 +64,7 @@ class ClientPush
}
public function push($pushData)
{
$pushFlag=(APP_ENV=='product')?true:false;
$pushFlag=(APP_ENV=='product' || APP_ENV=='productone')?true:false;
// 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