Ver a proveniência

/、topic

release_toaliyun_real
xhxu há 4 anos
ascendente
cometimento
61054e5f60
1 ficheiros alterados com 10 adições e 0 eliminações
  1. +10
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java

+ 10
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java Ver ficheiro

@@ -86,6 +86,16 @@ public class WxTopic extends TenantEntity {
return Constant.mainPageUrl; return Constant.mainPageUrl;
if(EnumWxTopicType.SPECIAL_TOPIC.getCode().equals(topicType)) if(EnumWxTopicType.SPECIAL_TOPIC.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=td&id="+id; return Constant.mainPageUrl + "?type=td&id="+id;
if(EnumWxTopicType.FLASH_SALE.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=rb";
if(EnumWxTopicType.PRESS.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=mb";
if(EnumWxTopicType.GROUP.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=ms";
if(EnumWxTopicType.CARD_MULTIMCH.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=dc";
if(EnumWxTopicType.CREDIT.getCode().equals(topicType))
return Constant.mainPageUrl + "?type=jf";
return Constant.mainPageUrl; return Constant.mainPageUrl;
} }




Carregando…
Cancelar
Guardar