panlinlin
2021-04-11 a4ab9a0a6cd22b11b52200b66c0417d9379e3960
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());
   }
}