获取员工数组 websocket测试 POST /api/v1/user/array 接口描述 用户新建用户时获取员工列表 说明 / 示例 返回的是 `{"id": "username"}` 格式的数据: ``` { "code": 1, "data": { "1": "test" } } ```