public interface WxLeagueSupplierService
| 限定符和类型 | 方法和说明 |
|---|---|
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)
获取合作小店列表
|
SupplierBalanceResponse getBalanceInfo() throws WxErrorException
WxErrorExceptionSupplierFlowDetailResponse getFlowDetail(String flowId) throws WxErrorException
flowId - 流水IDWxErrorExceptionSupplierFlowListResponse getFlowList(FlowListParam param) throws WxErrorException
param - 查询参数WxErrorExceptionCoopProductResponse getProductDetail(String productId, String appId) throws WxErrorException
productId - 商品IDappId - 团长商品 所属小店appidWxErrorExceptionCoopProductListResponse getProductList(String appid, Integer pageSize, String nextKey) throws WxErrorException
appid - 团长商品 所属小店appidpageSize - 单页商品数(不超过30)nextKey - 由上次请求返回,顺序翻页时需要传入, 会从上次返回的结果往后翻一页WxErrorExceptionCommissionOrderResponse getCommissionOrder(String orderId, String skuId) throws WxErrorException
orderId - 订单号,可从获取佣金单列表中获得skuId - 商品skuIdWxErrorExceptionCommissionOrderListResponse getCommissionOrderList(CommissionOrderListParam param) throws WxErrorException
param - 查询参数WxErrorExceptionShopDetailResponse getShopDetail(String appid) throws WxErrorException
appid - 小店appidWxErrorExceptionShopListResponse getShopList(Integer pageSize, String nextKey) throws WxErrorException
pageSize - 单页小店数(不超过30)nextKey - 由上次请求返回,顺序翻页时需要传入, 会从上次返回的结果往后翻一页WxErrorExceptionCopyright © 2025. All rights reserved.