Lawrence
2021-01-22 b0088b8bd38c7ddc0c3f88fb2c8485d44e9a6ddb
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/OtherRequestProcessor.java
@@ -21,7 +21,7 @@
    */  
   @Override
   public void process(RequestEvent evt) {
      System.out.println("no support the method! Method:" + evt.getRequest().getMethod());
      System.out.println("Unsupported the method: " + evt.getRequest().getMethod());
   }
}