|
@@ -207,7 +207,7 @@ public class RoomController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@GetMapping("getCommitRoomInfoResult")
|
|
@GetMapping("getCommitRoomInfoResult")
|
|
- @ApiOperation(tags = {"设备安装"},value = "查询配置房间信息的结果,0:处理中,1:成功,2:失败")
|
|
|
|
|
|
+ @ApiOperation(tags = {"设备安装"},value = "查询配置房间信息的结果,0:处理中,1:成功,2:失败,3:超时")
|
|
public Result<String> getConfigureRoomInfoResult(@RequestParam("devCode") String devCode) {
|
|
public Result<String> getConfigureRoomInfoResult(@RequestParam("devCode") String devCode) {
|
|
return Result.success("请求成功",this.roomService.getConfigureRoomInfoResult(devCode));
|
|
return Result.success("请求成功",this.roomService.getConfigureRoomInfoResult(devCode));
|
|
}
|
|
}
|