浏览代码

동의서 즐겨찾기 API URL 추가

songjunekeun 5 年之前
父节点
当前提交
9d77e5537d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

+ 1 - 0
app/src/main/java/com/dbs/mplus/knuh/util/ConsentConfig.java

@@ -16,6 +16,7 @@ public class ConsentConfig {
   public static final String HOST_CONSENT = BuildConfig.CONSENT_SERVER_URL + "ConsentSvc.asmx";
   public static final String GET_CONSENT_CATEGORYY = "GetCategoryForDropdown";
   public static final String GET_CONSENT_SEARCH    = "GetConsentBySearch";
+  public static final String GET_CONSENT_SET_LIST  = "GetConsentSetList";
 
   public final static int CONNECT_TIMEOUT   = 5000;
   public final static String CERTIFICATE_IP = "192.168.100.191";