swwheihei
2020-07-16 d8eeb707078153c374d4c1d7c832fa0107ff5c17
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/OtherRequestProcessor.java
@@ -10,7 +10,7 @@
/**    
 * @Description:暂不支持的消息请求处理器
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月3日 下午5:32:59     
 */
@Component
@@ -25,7 +25,7 @@
    * @param config    
    */  
   @Override
   public void process(RequestEvent evt, SipLayer layer, ServerTransaction transaction) {
   public void process(RequestEvent evt, SipLayer layer) {
      System.out.println("no support the method! Method:" + evt.getRequest().getMethod());
   }