| | |
| | | import com.yeshi.fanli.entity.goods.ShareGoodsTextTemplate; |
| | | import com.yeshi.fanli.entity.jd.JDGoods; |
| | | import com.yeshi.fanli.entity.system.ConfigKeyEnum; |
| | | import com.yeshi.fanli.util.goods.douyin.vo.DYGoodsDetail; |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; |
| | | import com.yeshi.fanli.exception.goods.ShareGoodsTextTemplateException; |
| | | |
| | |
| | | |
| | | public String getTextTemplateBySuNing(Long uid); |
| | | |
| | | public void resetCommonTemplateDY(Long uid); |
| | | |
| | | public void resetCouponTemplateDY(Long uid); |
| | | |
| | | public String getTextTemplateByDY(Long uid); |
| | | |
| | | public void verifyRightVIP(String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | public void verifyRightSuNing(String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | public void verifyRightDY(String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | /** |
| | | * 苏宁快捷分享 |
| | |
| | | */ |
| | | public String createCommonShareTextSuNing(String template, SuningGoodsInfo goods, String jumpLink); |
| | | |
| | | |
| | | /** |
| | | * 抖音普通分享 |
| | | * @param template |
| | | * @param goods |
| | | * @param jumpLink |
| | | * @return |
| | | */ |
| | | public String createCommonShareTextDY(String template, DYGoodsDetail goods, String jumpLink); |
| | | |
| | | public void saveTemplateVIP(Long uid, String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | public void saveTemplateSuNing(Long uid, String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | public void saveTemplateDY(Long uid, String template) throws ShareGoodsTextTemplateException; |
| | | |
| | | } |