public class WxChannelBrandServiceImpl extends Object implements WxChannelBrandService
| 构造器和说明 |
|---|
WxChannelBrandServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuditApplyResponse |
addBrandApply(Brand brand)
新增品牌资质
|
WxChannelBaseResponse |
cancelBrandApply(String brandId,
String auditId)
撤回品牌资质审核
|
WxChannelBaseResponse |
deleteBrandApply(String brandId)
删除品牌资质
|
BrandInfoResponse |
getBrandApply(String brandId)
获取品牌资质申请详情
|
BrandListResponse |
listAllBrand(Integer pageSize,
String nextKey)
获取品牌库列表
|
BrandApplyListResponse |
listBrandApply(Integer pageSize,
String nextKey,
Integer status)
获取品牌资质申请列表
|
BrandApplyListResponse |
listValidBrandApply(Integer pageSize,
String nextKey)
获取生效中的品牌资质列表
|
AuditApplyResponse |
updateBrandApply(Brand brand)
修改品牌资质
|
public WxChannelBrandServiceImpl(BaseWxChannelServiceImpl shopService)
public BrandListResponse listAllBrand(Integer pageSize, String nextKey) throws WxErrorException
WxChannelBrandServicelistAllBrand 在接口中 WxChannelBrandServicepageSize - 每页数量(默认10, 不超过50)nextKey - 由上次请求返回, 记录翻页的上下文, 传入时会从上次返回的结果往后翻一页, 不传默认拉取第一页数据WxErrorException - 异常public AuditApplyResponse addBrandApply(Brand brand) throws WxErrorException
WxChannelBrandServiceaddBrandApply 在接口中 WxChannelBrandServicebrand - 品牌参数WxErrorException - 异常public AuditApplyResponse updateBrandApply(Brand brand) throws WxErrorException
WxChannelBrandServiceupdateBrandApply 在接口中 WxChannelBrandServicebrand - 品牌参数WxErrorException - 异常public WxChannelBaseResponse cancelBrandApply(String brandId, String auditId) throws WxErrorException
WxChannelBrandServicecancelBrandApply 在接口中 WxChannelBrandServicebrandId - 品牌idauditId - 审核idWxErrorException - 异常public WxChannelBaseResponse deleteBrandApply(String brandId) throws WxErrorException
WxChannelBrandServicedeleteBrandApply 在接口中 WxChannelBrandServicebrandId - 品牌idWxErrorException - 异常public BrandInfoResponse getBrandApply(String brandId) throws WxErrorException
WxChannelBrandServicegetBrandApply 在接口中 WxChannelBrandServicebrandId - 品牌idWxErrorException - 异常public BrandApplyListResponse listBrandApply(Integer pageSize, String nextKey, Integer status) throws WxErrorException
WxChannelBrandServicelistBrandApply 在接口中 WxChannelBrandServicepageSize - 每页数量(默认10, 不超过50)nextKey - 由上次请求返回, 记录翻页的上下文, 传入时会从上次返回的结果往后翻一页, 不传默认拉取第一页数据status - 审核单状态, 不填默认拉全部商品WxErrorException - 异常public BrandApplyListResponse listValidBrandApply(Integer pageSize, String nextKey) throws WxErrorException
WxChannelBrandServicelistValidBrandApply 在接口中 WxChannelBrandServicepageSize - 每页数量(默认10, 不超过50)nextKey - 由上次请求返回, 记录翻页的上下文, 传入时会从上次返回的结果往后翻一页, 不传默认拉取第一页数据WxErrorException - 异常Copyright © 2025. All rights reserved.