Commit b4b037dd by 阮思源

Merge branch 'feat-1002161' into 'master'

1002161个人号新增统计

See merge request rays/pcloud-common-parent!76
parents 4e120f8d ffd61c29
...@@ -38,7 +38,9 @@ public enum AppProductTypeEnum { ...@@ -38,7 +38,9 @@ public enum AppProductTypeEnum {
RECITE_WORD(AppTypeEnum.RECITE_WORD.value, ProductTypeConstant.WORD_APP), RECITE_WORD(AppTypeEnum.RECITE_WORD.value, ProductTypeConstant.WORD_APP),
SUBJECTNOTE(AppTypeEnum.SUBJECTNOTE.value, ProductTypeConstant.SUBJECTNOTE_APP), SUBJECTNOTE(AppTypeEnum.SUBJECTNOTE.value, ProductTypeConstant.SUBJECTNOTE_APP),
BM(AppTypeEnum.BM.value, ProductTypeConstant.BM), BM(AppTypeEnum.BM.value, ProductTypeConstant.BM),
BOOK_CLICK(AppTypeEnum.BOOK_CLICK.value, ProductTypeConstant.BOOK_CLICK_APP); BOOK_CLICK(AppTypeEnum.BOOK_CLICK.value, ProductTypeConstant.BOOK_CLICK_APP),
LIVE(AppTypeEnum.LIVE_TIMETABLE.value, ProductTypeConstant.LIVE),
PBSTORY(AppTypeEnum.PBSTORY.value, ProductTypeConstant.PBSTORY);
public final String appTypeCode; public final String appTypeCode;
......
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