获取所有管理员列表 websocket测试 POST http://xhf.qmbzch.cn/api/user/get_user_all 响应参数 参数名 类型 描述 必填 state string 示例:ok 必填 data array 数据列表 必填 id int 示例:3 必填 class_id int 示例:1 必填 nick string 示例:nick 必填 password string 示例:e10adc3949ba59abbe56e057f20f883e 必填 error_flag int 示例:0 必填 last_login_time int 示例:1596071879 必填 说明 / 示例 { "state": "ok", "data": [ { "user_id": 1,//管理员id "nick": "lsc"//管理员昵称 } ] }