store($params); if(!$rs) { return array('rsp'=>'fail', 'msg'=>$rsData['msg']); } return array('rsp'=>'succ', 'msg'=>$rsData['msg'] ? :'消息写入成功'); } }