1、基础协议和隧道协议添加NTC_UNIVERSAL_IP和NTC_UNIVERSAL_PROTO_TYPE表;
2、回调类配置新增配置内容更新接口,请求方式为patch
This commit is contained in:
@@ -59,6 +59,7 @@ public final class Constants {
|
||||
public static final int OPACTION_PUT = 2;
|
||||
public static final int OPACTION_DELETE = 3;
|
||||
public static final int OPACTION_GET = 4;
|
||||
public static final int OPACTION_PATCH = 5;
|
||||
/**
|
||||
* 是/否
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user