| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
WxChannelAfterSaleService.accept(String afterSaleOrderId,
String addressId)
同意退款
|
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 |
WxChannelWarehouseService.addWarehouseArea(String outWarehouseId,
List<WarehouseLocation> coverLocations)
批量增加覆盖区域
|
WxChannelBaseResponse |
WxChannelBrandService.cancelBrandApply(String brandId,
String auditId)
撤回品牌资质审核
|
WxChannelBaseResponse |
WxChannelCategoryService.cancelCategoryAudit(String auditId)
取消类目提审
|
WxChannelBaseResponse |
WxChannelProductService.cancelProductAudit(String productId)
撤回商品审核
|
WxChannelBaseResponse |
WxChannelOrderService.closeOrder(String orderId)
关闭订单 (需要订单状态为未付款状态)
|
WxChannelBaseResponse |
WxChannelWarehouseService.createWarehouse(WarehouseParam param)
创建仓库
|
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 |
WxChannelProductService.downProduct(String productId)
下架商品
|
WxChannelBaseResponse |
WxChannelAfterSaleService.reject(String afterSaleOrderId,
String rejectReason)
拒绝售后
|
WxChannelBaseResponse |
WxChannelOrderService.rejectAddressModify(String orderId)
拒接用户修改收货地址请求
|
WxChannelBaseResponse |
WxLeagueWindowService.removeProduct(String appid,
String openfinderid,
String productId)
从橱窗移除团长商品
|
WxChannelBaseResponse |
WxChannelFundService.setBankAccount(AccountInfo accountInfo)
修改结算账户
|
WxChannelBaseResponse |
WxChannelWarehouseService.setWarehousePriority(PriorityLocationParam param)
设置指定地址下的仓的优先级
|
WxChannelBaseResponse |
WxChannelProductService.stopLimitTask(String taskId)
停止限时抢购任务
|
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 |
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 |
WxChannelWarehouseService.updateWarehouse(String outWarehouseId,
String name,
String intro)
修改仓库详情
|
WxChannelBaseResponse |
WxChannelWarehouseService.updateWarehouseStock(WarehouseStockParam param)
更新区域仓库存数量
|
WxChannelBaseResponse |
WxChannelAfterSaleService.uploadRefundEvidence(String afterSaleOrderId,
String desc,
List<String> certificates)
上传退款凭证
|
WxChannelBaseResponse |
WxChannelProductService.upProduct(String productId)
上架商品
|
| 限定符和类型 | 方法和说明 |
|---|---|
WxChannelBaseResponse |
WxChannelAfterSaleServiceImpl.accept(String afterSaleOrderId,
String addressId) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.acceptAddressModify(String orderId) |
WxChannelBaseResponse |
WxChannelAfterSaleServiceImpl.addComplaintEvidence(String complaintId,
String content,
List<String> mediaIds) |
WxChannelBaseResponse |
WxChannelAfterSaleServiceImpl.addComplaintMaterial(String complaintId,
String content,
List<String> mediaIds) |
WxChannelBaseResponse |
WxLeagueWindowServiceImpl.addProduct(String appid,
String openfinderid,
String productId) |
WxChannelBaseResponse |
WxLeaguePromoterServiceImpl.addPromoter(String finderId) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.addWarehouseArea(String outWarehouseId,
List<WarehouseLocation> coverLocations) |
WxChannelBaseResponse |
WxChannelBrandServiceImpl.cancelBrandApply(String brandId,
String auditId) |
WxChannelBaseResponse |
WxChannelCategoryServiceImpl.cancelCategoryAudit(String auditId) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.cancelProductAudit(String productId) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.closeOrder(String orderId) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.createWarehouse(WarehouseParam param) |
WxChannelBaseResponse |
WxChannelAddressServiceImpl.deleteAddress(String addressId) |
WxChannelBaseResponse |
WxChannelBrandServiceImpl.deleteBrandApply(String brandId) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.deleteLimitTask(String taskId) |
WxChannelBaseResponse |
WxLeagueProductServiceImpl.deleteProduct(Integer type,
String productId,
String infoId) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.deleteProduct(String productId) |
WxChannelBaseResponse |
WxLeaguePromoterServiceImpl.deletePromoter(String finderId) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.deleteWarehouseArea(String outWarehouseId,
List<WarehouseLocation> coverLocations) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.deliveryOrder(String orderId,
List<DeliveryInfo> deliveryList) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.downProduct(String productId) |
WxChannelBaseResponse |
WxChannelAfterSaleServiceImpl.reject(String afterSaleOrderId,
String rejectReason) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.rejectAddressModify(String orderId) |
WxChannelBaseResponse |
WxLeagueWindowServiceImpl.removeProduct(String appid,
String openfinderid,
String productId) |
WxChannelBaseResponse |
WxChannelFundServiceImpl.setBankAccount(AccountInfo accountInfo) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.setWarehousePriority(PriorityLocationParam param) |
protected WxChannelBaseResponse |
WxChannelProductServiceImpl.simpleProductRequest(String url,
String productId)
简单的商品请求 参数是商品id 只返回基本结果
|
WxChannelBaseResponse |
WxChannelProductServiceImpl.stopLimitTask(String taskId) |
WxChannelBaseResponse |
WxChannelAddressServiceImpl.updateAddress(AddressDetail addressDetail) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.updateAddress(String orderId,
AddressInfo userAddress) |
WxChannelBaseResponse |
WxChannelCouponServiceImpl.updateCouponStatus(String couponId,
Integer status) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.updateDelivery(DeliveryUpdateParam param) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.updatePrice(String orderId,
Integer expressFee,
List<ChangeOrderInfo> changeOrderInfos) |
WxChannelBaseResponse |
WxLeaguePromoterServiceImpl.updatePromoter(String finderId,
int type) |
WxChannelBaseResponse |
WxChannelOrderServiceImpl.updateRemark(String orderId,
String merchantNotes) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.updateStock(String productId,
String skuId,
Integer diffType,
Integer num) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.updateWarehouse(String outWarehouseId,
String name,
String intro) |
WxChannelBaseResponse |
WxChannelWarehouseServiceImpl.updateWarehouseStock(WarehouseStockParam param) |
WxChannelBaseResponse |
WxChannelAfterSaleServiceImpl.uploadRefundEvidence(String afterSaleOrderId,
String desc,
List<String> certificates) |
WxChannelBaseResponse |
WxChannelProductServiceImpl.upProduct(String productId) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AddressCodeResponse
地址编码 响应
|
class |
AddressIdResponse
地址id 响应
|
class |
AddressInfoResponse
地址id 响应
|
class |
AddressListResponse
地址列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AfterSaleInfoResponse
售后单 响应
|
class |
AfterSaleListResponse
售后单列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuditApplyResponse
审核提交结果响应
|
class |
AuditResponse
审核结果响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BrandApplyListResponse
品牌申请列表响应
|
class |
BrandInfoResponse
品牌响应
|
class |
BrandListResponse
品牌列表响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccountCategoryResponse
分类响应
|
class |
CategoryDetailResult |
class |
CategoryQualificationResponse
分类资质响应
|
class |
PassCategoryResponse
审核通过的分类和资质信息
|
class |
ShopCategoryResponse
分类响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ComplaintOrderResponse
纠纷单响应
|
| 限定符和类型 | 类和说明 |
|---|---|
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 |
ChannelImageResponse |
class |
QualificationFileResponse
资质文件id响应
|
class |
UploadImageResponse
微信图片信息响应
|
| 限定符和类型 | 类和说明 |
|---|---|
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 |
OrderInfoResponse
订单信息响应
|
class |
OrderListResponse
订单列表 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SkuStockResponse
库存信息响应
|
class |
SpuGetResponse
商品信息 响应
|
class |
SpuListResponse
商品列表信息 响应
|
class |
SpuUpdateResponse
商品信息 响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SharerBindResponse
分享员绑定响应
|
class |
SharerInfoResponse
分享员信息响应
|
class |
SharerOrderResponse
分享员订单响应
|
class |
SharerSearchResponse
分享员绑定响应
|
class |
SharerUnbindResponse
分享员解绑响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShopInfoResponse
店铺基本信息响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocationPriorityResponse
仓库优先级响应
|
class |
WarehouseIdsResponse
仓库id列表响应
|
class |
WarehouseResponse
仓库响应
|
class |
WarehouseStockResponse
仓库库存响应
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends WxChannelBaseResponse> |
ResponseUtils.decode(String json,
Class<T> valueType)
将json反序列化成对象
|
static <T extends WxChannelBaseResponse> |
ResponseUtils.internalError(Class<T> clazz)
设置系统内部错误
|
Copyright © 2023. All rights reserved.