| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
WxChannelAfterSaleService.accept(String afterSaleOrderId,
String addressId,
Integer acceptType)
同意售后
文档地址 https://developers.weixin.qq.com/doc/channels/API/aftersale/acceptapply.html
|
WxChannelBaseResponse |
WxChannelOrderService.acceptAddressModify(String orderId)
同意用户修改收货地址请求
|
WxChannelBaseResponse |
WxChannelAfterSaleService.addComplaintEvidence(String complaintId,
String content,
List<String> mediaIds)
商家举证
|
WxChannelBaseResponse |
WxChannelAfterSaleService.addComplaintMaterial(String complaintId,
String content,
List<String> mediaIds)
商家补充纠纷单留言
|
WxChannelBaseResponse |
WxLeagueWindowService.addProduct(String appid,
String openfinderid,
String productId)
添加团长商品到橱窗
|
WxChannelBaseResponse |
WxLeaguePromoterService.addPromoter(String finderId)
新增达人
|
WxChannelBaseResponse |
WxStoreHomePageService.addTreeProduct(TreeProductEditInfo info)
添加分类关联的商品
|
WxChannelBaseResponse |
WxChannelWarehouseService.addWarehouseArea(String outWarehouseId,
List<WarehouseLocation> coverLocations)
批量增加覆盖区域
|
WxChannelBaseResponse |
WxAssistantService.addWindowProduct(AddWindowProductRequest req)
|
WxChannelBaseResponse |
WxStoreHomePageService.cancelBackground(Integer applyId)
撤销主页背景图申请
|
WxChannelBaseResponse |
WxStoreHomePageService.cancelBanner(Integer applyId)
撤销精选展示位申请
|
WxChannelBaseResponse |
WxChannelBrandService.cancelBrandApply(String brandId,
String auditId)
撤回品牌资质审核
|
WxChannelBaseResponse |
WxChannelCategoryService.cancelCategoryAudit(String auditId)
取消类目提审
|
WxChannelBaseResponse |
WxStoreCooperationService.cancelInvitation(String sharerId,
Integer sharerType)
取消合作账号邀请
|
WxChannelBaseResponse |
WxChannelProductService.cancelProductAudit(String productId)
撤回商品审核
|
WxChannelBaseResponse |
WxChannelOrderService.closeOrder(String orderId)
关闭订单 (需要订单状态为未付款状态)
|
WxChannelBaseResponse |
WxChannelWarehouseService.createWarehouse(WarehouseParam param)
创建仓库
|
WxChannelBaseResponse |
WxChannelVipService.decreaseVipScore(String openId,
String score,
String remark,
String requestId)
减少用户积分
|
WxChannelBaseResponse |
WxChannelAddressService.deleteAddress(String addressId)
删除地址
|
WxChannelBaseResponse |
WxChannelBrandService.deleteBrandApply(String brandId)
删除品牌资质
|
WxChannelBaseResponse |
WxChannelProductService.deleteLimitTask(String taskId)
停止限时抢购任务
|
WxChannelBaseResponse |
WxLeagueProductService.deleteProduct(Integer type,
String productId,
String infoId)
删除联盟商品
|
WxChannelBaseResponse |
WxChannelProductService.deleteProduct(String productId)
删除商品
|
WxChannelBaseResponse |
WxLeaguePromoterService.deletePromoter(String finderId)
删除达人
|
WxChannelBaseResponse |
WxChannelWarehouseService.deleteWarehouseArea(String outWarehouseId,
List<WarehouseLocation> coverLocations)
批量删除覆盖区域
|
WxChannelBaseResponse |
WxChannelOrderService.deliveryOrder(String orderId,
List<DeliveryInfo> deliveryList)
订单发货
|
WxChannelBaseResponse |
WxStoreHomePageService.delTreeProduct(TreeProductEditInfo info)
删除分类关联的商品
|
WxChannelBaseResponse |
WxChannelProductService.downProduct(String productId)
下架商品
|
WxChannelBaseResponse |
WxStoreHomePageService.hideWindowProduct(String productId,
Integer setHide)
隐藏小店主页商品
|
WxChannelBaseResponse |
WxChannelVipService.increaseVipScore(String openId,
String score,
String remark,
String requestId)
增加用户积分
|
WxChannelBaseResponse |
WxAssistantService.offWindowProduct(WindowProductRequest req)
|
WxChannelBaseResponse |
WxChannelAfterSaleService.reject(String afterSaleOrderId,
String rejectReason,
Integer rejectReasonType)
拒绝售后
文档地址 https://developers.weixin.qq.com/doc/channels/API/aftersale/rejectapply.html
|
WxChannelBaseResponse |
WxChannelOrderService.rejectAddressModify(String orderId)
拒接用户修改收货地址请求
|
WxChannelBaseResponse |
WxStoreHomePageService.removeBackground()
清空主页背景图并撤销流程中的申请
|
WxChannelBaseResponse |
WxStoreHomePageService.removeBanner()
清空精选展示位并撤销流程中的申请
|
WxChannelBaseResponse |
WxLeagueWindowService.removeProduct(String appid,
String openfinderid,
String productId)
从橱窗移除团长商品
|
WxChannelBaseResponse |
WxStoreHomePageService.reorderWindowProduct(String productId,
Integer indexNum)
删除主页展示商品
|
WxChannelBaseResponse |
WxChannelFundService.setBankAccount(AccountInfo accountInfo)
修改结算账户
|
WxChannelBaseResponse |
WxChannelWarehouseService.setWarehousePriority(PriorityLocationParam param)
设置指定地址下的仓的优先级
|
WxChannelBaseResponse |
WxChannelProductService.stopLimitTask(String taskId)
停止限时抢购任务
|
WxChannelBaseResponse |
WxStoreHomePageService.topWindowProduct(String productId,
Integer setTop)
置顶小店主页商品
|
WxChannelBaseResponse |
WxStoreCooperationService.unbind(String sharerId,
Integer sharerType)
解绑合作账号
|
WxChannelBaseResponse |
WxChannelAddressService.updateAddress(AddressDetail addressDetail)
更新地址
|
WxChannelBaseResponse |
WxChannelOrderService.updateAddress(String orderId,
AddressInfo userAddress)
更新订单地址
|
WxChannelBaseResponse |
WxChannelCouponService.updateCouponStatus(String couponId,
Integer status)
更新优惠券状态
|
WxChannelBaseResponse |
WxChannelOrderService.updateDelivery(DeliveryUpdateParam param)
修改物流信息
发货完成的订单可以修改,最多修改1次 拆包发货的订单暂不允许修改物流 虚拟商品订单暂不允许修改物流 |
WxChannelBaseResponse |
WxChannelOrderService.updatePrice(String orderId,
Integer expressFee,
List<ChangeOrderInfo> changeOrderInfos)
更改订单价格
|
WxChannelBaseResponse |
WxChannelProductService.updateProductAuditFree(SpuFastInfo info)
免审更新商品
|
WxChannelBaseResponse |
WxLeaguePromoterService.updatePromoter(String finderId,
int type)
编辑达人
|
WxChannelBaseResponse |
WxChannelOrderService.updateRemark(String orderId,
String merchantNotes)
更改订单备注
|
WxChannelBaseResponse |
WxChannelProductService.updateStock(String productId,
String skuId,
Integer diffType,
Integer num)
更新商品库存 (仅对edit_status !
|
WxChannelBaseResponse |
WxChannelVipService.updateVipGrade(String openId,
Integer score)
更新用户等级
|
WxChannelBaseResponse |
WxChannelWarehouseService.updateWarehouse(String outWarehouseId,
String name,
String intro)
修改仓库详情
|
WxChannelBaseResponse |
WxChannelWarehouseService.updateWarehouseStock(WarehouseStockParam param)
更新区域仓库存数量
|
WxChannelBaseResponse |
WxChannelOrderService.uploadFreshInspect(String orderId,
List<PackageAuditInfo> items)
上传生鲜质检信息
注意事项: 1. |
WxChannelBaseResponse |
WxChannelAfterSaleService.uploadRefundEvidence(String afterSaleOrderId,
String desc,
List<String> certificates)
上传退款凭证
|
WxChannelBaseResponse |
WxChannelProductService.upProduct(String productId)
上架商品
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AddressCodeResponse
地址编码 响应
|
class |
AddressIdResponse
地址id 响应
|
class |
AddressInfoResponse
地址id 响应
|
class |
AddressListResponse
地址列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AfterSaleInfoResponse
售后单 响应
|
class |
AfterSaleListResponse
售后单列表 响应
|
class |
AfterSaleReasonResponse
售后原因
|
class |
AfterSaleRejectReasonResponse
售后原因
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuditApplyResponse
审核提交结果响应
|
class |
AuditResponse
审核结果响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BrandApplyListResponse
品牌申请列表响应
|
class |
BrandInfoResponse
品牌响应
|
class |
BrandListResponse
品牌列表响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountCategoryResponse
分类响应
|
class |
CategoryDetailResult |
class |
CategoryQualificationResponse
分类资质响应
|
class |
PassCategoryResponse
审核通过的分类和资质信息
|
class |
ShopCategoryResponse
分类响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OverallResponse
获取电商概览数据响应
|
class |
ProductDataResponse
获取带货商品数据响应
|
class |
SaleProfileDataResponse
获取带货人群数据响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FinderAuthListResponse
获取授权视频号列表 响应
|
class |
FinderListResponse
带货达人列表 响应
|
class |
FinderOverallResponse
带货数据概览 响应
|
class |
FinderProductListResponse
带货达人商品列表 响应
|
class |
FinderProductOverallResponse
带货达人详情 响应
|
class |
ShopLiveListResponse
店铺开播列表 响应
|
class |
ShopOverallResponse
获取电商概览数据响应
|
class |
ShopProductDataResponse
商品详细信息 响应
|
class |
ShopProductListResponse
商品列表 响应
|
class |
ShopSaleProfileDataResponse
店铺人群数据 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ComplaintOrderResponse
纠纷单响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CooperationListResponse
合作账号列表响应
|
class |
CooperationQrCodeResponse
合作账号二维码响应
|
class |
CooperationStatusResponse
合作账号状态响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CouponIdResponse |
class |
CouponInfoResponse |
class |
CouponListResponse |
class |
UserCouponListResponse |
class |
UserCouponResponse |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DeliveryCompanyResponse
快递公司列表响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TemplateIdResponse
运费模板 列表 响应
|
class |
TemplateInfoResponse
运费模板 响应
|
class |
TemplateListResponse
运费模板 列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountInfoResponse
账户信息响应
|
class |
BalanceInfoResponse
账户余额信息
|
class |
FlowListResponse
流水列表响应
|
class |
FundsFlowResponse
资金流水响应
|
class |
WithdrawDetailResponse
提现详情响应
|
class |
WithdrawListResponse
提现列表响应
|
class |
WithdrawSubmitResponse
提现提交响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BankCityResponse
银行城市信息响应
|
class |
BankInfoResponse
银行信息响应
|
class |
BankListResponse
银行信息响应
|
class |
BankProvinceResponse
银行省份信息响应
|
class |
BranchInfoResponse
支行信息响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
QrCheckResponse
二维码校验响应
|
class |
QrCodeResponse
二维码响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BackgroundApplyResponse
提交背景图申请 结果
|
class |
BackgroundGetResponse
背景图返回结果
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BannerApplyResponse
提交精选展位申请 结果
|
class |
BannerGetResponse
精选展位返回结果
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TreeProductListResponse
资金流水响应
|
class |
TreeShowGetResponse |
class |
TreeShowSetResponse |
| 限定符和类型 | 类和说明 |
|---|---|
class |
WindowProductSettingResponse
主页商品配置列表
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ChannelImageResponse |
class |
QualificationFileResponse
资质文件id响应
|
class |
UploadImageResponse
微信图片信息响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FinderAttrResponse
视频号账号信息
|
class |
GetFinderLiveDataListResponse
留资直播间数据详情
|
class |
GetFinderLiveLeadsDataResponse
获取账号收集的留资数据详情
|
class |
GetLeadsComponentIdResponse
留资组件Id列表详情
|
class |
GetLeadsComponentPromoteRecordResponse
获取留资组件直播推广记录信息详情
|
class |
GetLeadsRequestIdResponse
获取留资request_id列表详情
|
class |
LeadInfoResponse
留资信息详情
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchAddResponse
批量添加商品响应
|
static class |
BatchAddResponse.ResultInfo |
class |
ProductDetailResponse
商品详情响应
|
class |
ProductListResponse
商品更新响应
|
class |
ProductUpdateResponse
商品更新响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PromoterInfoResponse
达人信息响应
|
class |
PromoterListResponse
达人列表响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommissionOrderListResponse
团长订单列表响应
|
class |
CommissionOrderResponse
佣金订单响应
|
class |
CoopProductListResponse
团长商品列表响应
|
class |
CoopProductResponse
合作商品详情响应
|
class |
ShopDetailResponse
合作小店详情响应
|
class |
ShopListResponse
合作小店列表响应
|
class |
SupplierBalanceResponse
团长余额响应
|
class |
SupplierFlowDetailResponse
团长流水明细响应
|
class |
SupplierFlowListResponse
资金流水列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuthInfoResponse
授权信息响应
|
class |
AuthStatusResponse
授权状态响应
|
class |
WindowProductListResponse
商品列表响应
|
class |
WindowProductResponse
商品详情响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LimitTaskAddResponse |
class |
LimitTaskListResponse |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LiveDataResponse
获取直播大屏数据响应
|
class |
LiveListResponse
获取直播大屏直播列表响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DecodeSensitiveInfoResponse
解码订单包含的敏感数据响应
|
class |
OrderInfoResponse
订单信息响应
|
class |
OrderListResponse
订单列表 响应
|
class |
VirtualTelNumberResponse
兑换虚拟号 返回结果
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SkuStockBatchResponse
批量查询sku库存响应
|
class |
SkuStockResponse
库存信息响应
|
class |
SpuGetResponse
商品信息 响应
|
class |
SpuListResponse
商品列表信息 响应
|
class |
SpuUpdateResponse
商品信息 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ProductH5UrlResponse
商品H5短链 结果
|
class |
ProductQrCodeResponse
商品二维码 结果
|
class |
ProductTagLinkResponse
商品口令 结果
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SharerBindResponse
分享员绑定响应
|
class |
SharerInfoResponse
分享员信息响应
|
class |
SharerOrderResponse
分享员订单响应
|
class |
SharerSearchResponse
分享员绑定响应
|
class |
SharerUnbindResponse
分享员解绑响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShopInfoResponse
店铺基本信息响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
VipInfoResponse |
class |
VipListResponse |
class |
VipScoreResponse |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocationPriorityResponse
仓库优先级响应
|
class |
WarehouseIdsResponse
仓库id列表响应
|
class |
WarehouseResponse
仓库响应
|
class |
WarehouseStockResponse
仓库库存响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GetWindowProductListResponse
获取账号收集的留资数据详情
|
class |
GetWindowProductResponse
获取橱窗商品详情
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends WxChannelBaseResponse> |
ResponseUtils.decode(String json,
Class<T> valueType)
将json反序列化成对象
|
static <T extends WxChannelBaseResponse> |
ResponseUtils.internalError(Class<T> clazz)
设置系统内部错误
|
Copyright © 2025. All rights reserved.