1、基础协议和隧道协议添加NTC_UNIVERSAL_IP和NTC_UNIVERSAL_PROTO_TYPE表;

2、回调类配置新增配置内容更新接口,请求方式为patch
This commit is contained in:
zhangdongxu
2018-09-05 11:06:56 +08:00
parent bd3a801120
commit 4391363d79
4 changed files with 40 additions and 9 deletions

View File

@@ -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;
/**
* 是/否
*/