Commit 2a513acb authored by christ's avatar christ

orderChangePrice

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