panlinlin
2021-04-01 7dc8fd4a1e8c5afb6fad53454935419c239838c0
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());
   }
}