public class WxLeagueSupplierServiceImpl extends Object implements WxLeagueSupplierService
| 构造器和说明 |
|---|
WxLeagueSupplierServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
SupplierBalanceResponse |
getBalanceInfo()
获取团长账户余额
|
CommissionOrderResponse |
getCommissionOrder(String orderId,
String skuId)
获取佣金单详情
|
CommissionOrderListResponse |
getCommissionOrderList(CommissionOrderListParam param)
获取佣金单列表
|
SupplierFlowDetailResponse |
getFlowDetail(String flowId)
获取资金流水详情
|
SupplierFlowListResponse |
getFlowList(FlowListParam param)
获取团长资金流水列表
|
CoopProductResponse |
getProductDetail(String productId,
String appId)
获取合作商品详情
|
CoopProductListResponse |
getProductList(String appid,
Integer pageSize,
String nextKey)
获取合作商品列表
|
ShopDetailResponse |
getShopDetail(String appid)
获取合作小店详情
|
ShopListResponse |
getShopList(Integer pageSize,
String nextKey)
获取合作小店列表
|
public WxLeagueSupplierServiceImpl(BaseWxChannelServiceImpl shopService)
public SupplierBalanceResponse getBalanceInfo() throws WxErrorException
WxLeagueSupplierServicegetBalanceInfo 在接口中 WxLeagueSupplierServiceWxErrorExceptionpublic SupplierFlowDetailResponse getFlowDetail(String flowId) throws WxErrorException
WxLeagueSupplierServicegetFlowDetail 在接口中 WxLeagueSupplierServiceflowId - 流水IDWxErrorExceptionpublic SupplierFlowListResponse getFlowList(FlowListParam param) throws WxErrorException
WxLeagueSupplierServicegetFlowList 在接口中 WxLeagueSupplierServiceparam - 查询参数WxErrorExceptionpublic CoopProductResponse getProductDetail(String productId, String appId) throws WxErrorException
WxLeagueSupplierServicegetProductDetail 在接口中 WxLeagueSupplierServiceproductId - 商品IDappId - 团长商品 所属小店appidWxErrorExceptionpublic CoopProductListResponse getProductList(String appid, Integer pageSize, String nextKey) throws WxErrorException
WxLeagueSupplierServicegetProductList 在接口中 WxLeagueSupplierServiceappid - 团长商品 所属小店appidpageSize - 单页商品数(不超过30)nextKey - 由上次请求返回,顺序翻页时需要传入, 会从上次返回的结果往后翻一页WxErrorExceptionpublic CommissionOrderResponse getCommissionOrder(String orderId, String skuId) throws WxErrorException
WxLeagueSupplierServicegetCommissionOrder 在接口中 WxLeagueSupplierServiceorderId - 订单号,可从获取佣金单列表中获得skuId - 商品skuIdWxErrorExceptionpublic CommissionOrderListResponse getCommissionOrderList(CommissionOrderListParam param) throws WxErrorException
WxLeagueSupplierServicegetCommissionOrderList 在接口中 WxLeagueSupplierServiceparam - 查询参数WxErrorExceptionpublic ShopDetailResponse getShopDetail(String appid) throws WxErrorException
WxLeagueSupplierServicegetShopDetail 在接口中 WxLeagueSupplierServiceappid - 小店appidWxErrorExceptionpublic ShopListResponse getShopList(Integer pageSize, String nextKey) throws WxErrorException
WxLeagueSupplierServicegetShopList 在接口中 WxLeagueSupplierServicepageSize - 单页小店数(不超过30)nextKey - 由上次请求返回,顺序翻页时需要传入, 会从上次返回的结果往后翻一页WxErrorExceptionCopyright © 2025. All rights reserved.