public class WxStoreHomePageServiceImpl extends Object implements WxStoreHomePageService
| 构造器和说明 |
|---|
WxStoreHomePageServiceImpl(BaseWxChannelServiceImpl storeService) |
public WxStoreHomePageServiceImpl(BaseWxChannelServiceImpl storeService)
public WxChannelBaseResponse addTreeProduct(TreeProductEditInfo info) throws WxErrorException
WxStoreHomePageServiceaddTreeProduct 在接口中 WxStoreHomePageServiceinfo - 商品分类以及商品idWxErrorException - 异常public WxChannelBaseResponse delTreeProduct(TreeProductEditInfo info) throws WxErrorException
WxStoreHomePageServicedelTreeProduct 在接口中 WxStoreHomePageServiceinfo - 商品分类以及商品idWxErrorException - 异常public TreeProductListResponse getTreeProductList(TreeProductListInfo info) throws WxErrorException
WxStoreHomePageServicegetTreeProductList 在接口中 WxStoreHomePageServiceinfo - 分类id、分页大小、分页上下文WxErrorException - 异常public TreeShowSetResponse setShowTree(TreeShowInfo info) throws WxErrorException
WxStoreHomePageServicesetShowTree 在接口中 WxStoreHomePageServiceinfo - 分类idWxErrorException - 异常public TreeShowGetResponse getShowTree() throws WxErrorException
WxStoreHomePageServicegetShowTree 在接口中 WxStoreHomePageServiceWxErrorException - 异常public WindowProductSettingResponse listWindowProduct(Integer pageSize, String nextKey) throws WxErrorException
WxStoreHomePageServicelistWindowProduct 在接口中 WxStoreHomePageServicepageSize - 分页大小nextKey - 分页上下文WxErrorException - 异常public WxChannelBaseResponse reorderWindowProduct(String productId, Integer indexNum) throws WxErrorException
WxStoreHomePageServicereorderWindowProduct 在接口中 WxStoreHomePageServiceproductId - 商品idindexNum - 商品重新排序后的新序号,最大移动步长为500(即新序号与当前序号的距离小于500)WxErrorException - 异常public WxChannelBaseResponse hideWindowProduct(String productId, Integer setHide) throws WxErrorException
WxStoreHomePageServicehideWindowProduct 在接口中 WxStoreHomePageServiceproductId - 商品idsetHide - 是否隐藏。1-隐藏,0-取消隐藏WxErrorException - 异常public WxChannelBaseResponse topWindowProduct(String productId, Integer setTop) throws WxErrorException
WxStoreHomePageServicetopWindowProduct 在接口中 WxStoreHomePageServiceproductId - 商品idsetTop - 是否顶置。1-置顶,0-取消置顶WxErrorException - 异常public BackgroundApplyResponse applyBackground(String imgUrl) throws WxErrorException
WxStoreHomePageServiceapplyBackground 在接口中 WxStoreHomePageServiceimgUrl - 图片链接。请务必使用接口上传图片(参数resp_type=1),并将返回的img_url填入此处,不接受其他任何格式的图片url。
若url曾经做过转换(url前缀为mmecimage.cn/p/),则可以直接提交。WxErrorException - 异常WxChannelBasicService.uploadImg(int, String)public BackgroundGetResponse getBackground() throws WxErrorException
WxStoreHomePageServicegetBackground 在接口中 WxStoreHomePageServiceWxErrorException - 异常public WxChannelBaseResponse cancelBackground(Integer applyId) throws WxErrorException
WxStoreHomePageServicecancelBackground 在接口中 WxStoreHomePageServiceapplyId - 申请编号WxErrorException - 异常public WxChannelBaseResponse removeBackground() throws WxErrorException
WxStoreHomePageServiceremoveBackground 在接口中 WxStoreHomePageServiceWxErrorException - 异常public BannerApplyResponse applyBanner(BannerInfo info) throws WxErrorException
WxStoreHomePageServiceapplyBanner 在接口中 WxStoreHomePageServiceinfo - 展示位信息WxErrorException - 异常public BannerGetResponse getBanner() throws WxErrorException
WxStoreHomePageServicegetBanner 在接口中 WxStoreHomePageServiceWxErrorException - 异常public WxChannelBaseResponse cancelBanner(Integer applyId) throws WxErrorException
WxStoreHomePageServicecancelBanner 在接口中 WxStoreHomePageServiceapplyId - 申请编号WxErrorException - 异常public WxChannelBaseResponse removeBanner() throws WxErrorException
WxStoreHomePageServiceremoveBanner 在接口中 WxStoreHomePageServiceWxErrorException - 异常Copyright © 2025. All rights reserved.