作者 王勇

添加返回成功,常量"200"

@@ -18,4 +18,6 @@ public class Constant { @@ -18,4 +18,6 @@ public class Constant {
18 public static final String EXIST_ROUTINGKEY_INFO = "该-路由键(路由键名称)-信息已存在,请谨慎输入"; 18 public static final String EXIST_ROUTINGKEY_INFO = "该-路由键(路由键名称)-信息已存在,请谨慎输入";
19 19
20 public static final String EXIST_UMB = "该绑定关系已经存在了"; 20 public static final String EXIST_UMB = "该绑定关系已经存在了";
  21 +
  22 + public static final String RESULT_SUCCESS = "200";
21 } 23 }