Commit 58da95b2 by 裴大威

Merge branch 'feat-1002827' into 'master'

feat_wb_1002827 add type

See merge request rays/pcloud-common-parent!102
parents 6ee3c570 0a5fb5e4
......@@ -342,6 +342,11 @@ public class ProductTypeConstant {
*/
public static final String BOOK_CLICK_APP = "BOOK_CLICK_APP";
/**
*抽奖
*/
public static final String DRAW_APP = "DRAW_APP";
/**
* 热门作品类型
......
......@@ -17,7 +17,7 @@ public class AppTypeConstant {
* 含有销售价的应用(创建修改同步操作资源中心)
*/
public static final String[] PRICE_APP = {AppTypeEnum.TEACH_RESOURCE.value, AppTypeEnum.COURSE_WARE.value,
AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.IMAGE.value, AppTypeEnum.RECITE_WORD.value};
AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.IMAGE.value, AppTypeEnum.RECITE_WORD.value,AppTypeEnum.DRAW.value};
/**
* 其它服务的含有销售价的应用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment