|
@@ -390,7 +390,7 @@ class queueLogic
|
|
|
*/
|
|
|
public function upushSendMsg($param)
|
|
|
{
|
|
|
- if(!empty($param) || empty($param['member_id']) || empty($param['text'])){
|
|
|
+ if(empty($param) || empty($param['member_id']) || empty($param['text'])){
|
|
|
Log::record("push info: 数据有误! param:".json_encode($param)."\t session:".json_encode($_SESSION));
|
|
|
return false;
|
|
|
}
|