| | |
| | |
|
| | | public String createContentVIP(String template, VIPGoodsInfo goods, String jumpLink);
|
| | |
|
| | | public String createContentSuning(String template, SuningGoodsInfo goods, String jumpLink);
|
| | |
|
| | | public String getTextTemplateByJD(Long uid);
|
| | |
|
| | |
| | | */
|
| | | public String getCommentTextByLink(boolean coupon, String link, String zkPrice, String quanPrice, ConfigKeyEnum keyEnum);
|
| | |
|
| | | public void resetCommonTemplateVIP(Long uid);
|
| | |
|
| | | public void resetCouponTemplateVIP(Long uid);
|
| | |
|
| | | public void resetCommonTemplateSuNing(Long uid);
|
| | |
|
| | | public void resetCouponTemplateSuNing(Long uid);
|
| | |
|
| | | public String getTextTemplateBySuNing(Long uid);
|
| | |
|
| | | public void verifyRightVIP(String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void verifyRightSuNing(String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | /**
|
| | | * 苏宁快捷分享
|
| | | * @param template
|
| | | * @param goods
|
| | | * @param jumpLink
|
| | | * @return
|
| | | */
|
| | | public String createQuickShareTextSuNing(String template, SuningGoodsInfo goods, String jumpLink);
|
| | | |
| | | |
| | | /**
|
| | | * 苏宁普通分享
|
| | | * @param template
|
| | | * @param goods
|
| | | * @param jumpLink
|
| | | * @return
|
| | | */
|
| | | public String createCommonShareTextSuNing(String template, SuningGoodsInfo goods, String jumpLink);
|
| | |
|
| | | public void saveTemplateVIP(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void saveTemplateSuNing(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | }
|