public class WxLeagueProductServiceImpl extends Object implements WxLeagueProductService
| 构造器和说明 |
|---|
WxLeagueProductServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchAddResponse |
batchAddProduct(BatchAddParam param)
批量新增联盟商品
|
WxChannelBaseResponse |
deleteProduct(Integer type,
String productId,
String infoId)
删除联盟商品
|
ProductDetailResponse |
getProductDetail(ProductDetailParam param)
拉取联盟商品详情
|
ProductListResponse |
listProduct(ProductListParam param)
拉取联盟商品推广列表
|
ProductUpdateResponse |
updateProduct(ProductUpdateParam param)
更新联盟商品信息
|
public WxLeagueProductServiceImpl(BaseWxChannelServiceImpl shopService)
public BatchAddResponse batchAddProduct(BatchAddParam param) throws WxErrorException
WxLeagueProductServicebatchAddProduct 在接口中 WxLeagueProductServiceparam - 参数WxErrorExceptionpublic ProductUpdateResponse updateProduct(ProductUpdateParam param) throws WxErrorException
WxLeagueProductServiceupdateProduct 在接口中 WxLeagueProductServiceparam - 参数WxErrorExceptionpublic WxChannelBaseResponse deleteProduct(Integer type, String productId, String infoId) throws WxErrorException
WxLeagueProductServicedeleteProduct 在接口中 WxLeagueProductServicetype - 1普通推广商品 2定向推广商品 3专属推广商品productId - 商品id type为普通推广商品时必填infoId - 特殊推广商品计划id type为特殊推广商品时必填WxErrorExceptionpublic ProductDetailResponse getProductDetail(ProductDetailParam param) throws WxErrorException
WxLeagueProductServicegetProductDetail 在接口中 WxLeagueProductServiceparam - 参数WxErrorExceptionpublic ProductListResponse listProduct(ProductListParam param) throws WxErrorException
WxLeagueProductServicelistProduct 在接口中 WxLeagueProductServiceparam - 参数WxErrorExceptionCopyright © 2025. All rights reserved.