public interface WxLeagueProductService
| 限定符和类型 | 方法和说明 |
|---|---|
BatchAddResponse |
batchAddProduct(BatchAddParam param)
批量新增联盟商品
|
WxChannelBaseResponse |
deleteProduct(Integer type,
String productId,
String infoId)
删除联盟商品
|
ProductDetailResponse |
getProductDetail(ProductDetailParam param)
拉取联盟商品详情
|
ProductListResponse |
listProduct(ProductListParam param)
拉取联盟商品推广列表
|
ProductUpdateResponse |
updateProduct(ProductUpdateParam param)
更新联盟商品信息
|
BatchAddResponse batchAddProduct(BatchAddParam param) throws WxErrorException
param - 参数WxErrorExceptionProductUpdateResponse updateProduct(ProductUpdateParam param) throws WxErrorException
param - 参数WxErrorExceptionWxChannelBaseResponse deleteProduct(Integer type, String productId, String infoId) throws WxErrorException
type - 1普通推广商品 2定向推广商品 3专属推广商品productId - 商品id type为普通推广商品时必填infoId - 特殊推广商品计划id type为特殊推广商品时必填WxErrorExceptionProductDetailResponse getProductDetail(ProductDetailParam param) throws WxErrorException
param - 参数WxErrorExceptionProductListResponse listProduct(ProductListParam param) throws WxErrorException
param - 参数WxErrorExceptionCopyright © 2025. All rights reserved.