文件名称:the-thumb-codefest2015
文件大小:1.68MB
文件格式:ZIP
更新时间:2024-08-06 23:56:58
Java
服务器 API 创建房间:“/room”,method = RequestMethod.POST) 获取房间:“/room”,method = RequestMethod.GET) 获取房间:“/room/{id}”,method = RequestMethod.GET) 开始会议: "/room/{roomId}/start", method = RequestMethod.GET) 注册房间用户: "/room/{roomId}/register", method = RequestMethod.GET) 取消注册房间用户: "/room/{roomId} /unregister/{userId}", method = RequestMethod.GET) 获取投票结果:“/room/{roomId}/vote/result”,method = RequestMethod.GET)投