获取全局消息 websocket测试 GET api/pop_up 响应参数 参数名 类型 描述 必填 errorno int 响应码,成功时为0,其它值表示异常。 必填 errormsg string code不为0时填入异常消息内容。 必填 data list 消息对象 必填 id string 必填 type string 必填 content string 内容 必填 is_show int 此消息是否激活,0:未激活,不需要显示;大于0:激活,需要显示 必填 id str 弹框id 必填 content str 需要弹出的内容 必填 type str 弹框类别 必填 is_show int 1:弹框 0:不弹框 必填