| | |
| | | public void saveCommonTemplateJD(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void saveCommonTemplatePDD(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void verifyRightTB(String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void verifyRightJD(String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void verifyRightPDD(String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public String createContentTB(String template, TaoBaoGoodsBrief goods, String token, boolean coupon);
|
| | |
|
| | | public String createContentJD(String template, JDGoods goods, String jumpLink, boolean coupon);
|
| | | |
| | | public String createContentPDD(String template, PDDGoodsDetail goods, String jumpLink, boolean coupon);
|
| | |
|
| | | public String getTextTemplateByJD(Long uid);
|
| | |
|
| | | public String getTextTemplateByTB(Long uid);
|
| | |
|
| | | public String getTextTemplateByPDD(Long uid);
|
| | |
|
| | | public void saveTemplateTB(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void saveTemplateJD(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | | public void saveTemplatePDD(Long uid, String template) throws ShareGoodsTextTemplateException;
|
| | |
|
| | |
|
| | | }
|