Commit 0a6395e3 by 裴大威

Merge branch 'zyj-applet-product' into 'master'

小程序可以展示愿望单扫扫看

See merge request rays/pcloud-book!751
parents 0cb6272f e8d24084
...@@ -25,7 +25,7 @@ public class RightsSettingConstant { ...@@ -25,7 +25,7 @@ public class RightsSettingConstant {
/** /**
*小程序不支持展示的应用类型 *小程序不支持展示的应用类型
*/ */
public static final String[] APPLET_APP_NOT_SUPPORT = {AppTypeEnum.WISH.value, AppTypeEnum.KK.value, public static final String[] APPLET_APP_NOT_SUPPORT = {
AppTypeEnum.INTERACT.value, AppTypeEnum.MEMBER.value, AppTypeEnum.ENROLL.value}; AppTypeEnum.INTERACT.value, AppTypeEnum.MEMBER.value, AppTypeEnum.ENROLL.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