Commit 81cbc4c7 by 吴博

feat: [1006901] 外链拓展

parent 29f24529
package com.pcloud.common.constant;
import com.google.common.collect.Lists;
import com.pcloud.common.enums.AppTypeEnum;
import java.util.List;
public class LinkServeConstant {
public static final List<String> APPLINK = Lists.newArrayList(AppTypeEnum.ARTICLE.value,AppTypeEnum.BOOK.value,
AppTypeEnum.ACTIVITY.value, AppTypeEnum.NAIRE.value);
public static final List<String> PRODUCTLINK = Lists.newArrayList(AppTypeEnum.ARTICLE.value,"LINK");
}
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