|  | @@ -165,7 +165,7 @@ public class HardwareCommDebugController extends BaseController {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @GetMapping(value = "/buildSendRawMsgAndSendAR/{seatId}")
 | 
	
		
			
				|  |  | -    @ApiOperation(" 拼写带CRC16校验的原生命令,并发送,返回响应结果")
 | 
	
		
			
				|  |  | +    @ApiOperation("拼写带CRC16校验的原生命令,并发送,返回响应结果")
 | 
	
		
			
				|  |  |      public AjaxResult buildMsgAndSend(@PathVariable("seatId") final Long seatId,
 | 
	
		
			
				|  |  |                                        @RequestParam final String raw) {
 | 
	
		
			
				|  |  |          return commBuildService.buildSendRawMsgAndSendAR(seatId, raw);
 |