|
@@ -60,6 +60,12 @@ public class HardwareCommDebugController extends BaseController {
|
|
|
return commSendService.debugClearAllFaultBySimNum(simNum);
|
|
|
}
|
|
|
|
|
|
+ @GetMapping(value = "/debugClearAllOnlineSimAllFault/")
|
|
|
+ @ApiOperation("debug清除所有在线模拟器所有故障")
|
|
|
+ public AjaxResult debugClearAllOnlineSimAllFault() {
|
|
|
+ return commSendService.debugClearAllOnlineSimAllFault();
|
|
|
+ }
|
|
|
+
|
|
|
@GetMapping(value = "/debugWriteOneFault/{simNum}/{bindHardwareMsg}")
|
|
|
@ApiOperation("debug下发一个故障")
|
|
|
public AjaxResult debugWriteOneFault(@PathVariable("simNum") final String simNum,
|