提交 9e39d6d2 authored 作者: yangdongming's avatar yangdongming

--no commit message

上级 76e6ddc7
......@@ -27,6 +27,8 @@ public class ResourceRequestPath extends BaseRequestPath {
public static final String THESIS_LIBRARY = "/thesis-library";
/** 关联资源 */
public static final String RELATION_RESOURCE = "/relation-resource";
/** 主题词库 */
public static final String THEMELEXICON = "/themeLexicon";
/** 课程库*/
public static final String COURSE_LIBRARY = "/course-library";
/** 标签库*/
......@@ -163,6 +165,11 @@ public class ResourceRequestPath extends BaseRequestPath {
/** 热门产品 */
public static final String HOT_PRODUCTS = "hot-products";
public static final String LIST_ORDER_INFO_FORM = LIST + "/order-info-form";
/**
* ------------------主题词库---------------------------------
*/
/** 按中文词根查询 */
public static final String LISTBYCHINESEROOT = "/listByChineseRoot";
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论