Skip to content

[Feature] 补充订单管理缺失接口 #3989

@binarywang

Description

@binarywang

功能描述

订单管理模块有多项接口未实现,包括礼物订单、发货前换SKU、虚拟号管理等。

官方文档

https://developers.weixin.qq.com/doc/channels/API/channels-shop-order/

需要实现的接口列表(13个)

接口名称 请求路径
礼物订单新增备注信息 /channels/ec/order/presentnote/add
获取礼物单的子单列表 /channels/ec/order/presentsuborder/get
获取待发货前更换sku待处理请求 /channels/ec/order/preshipmentchangesku/get
同意待发货前更换sku请求 /channels/ec/order/preshipmentchangesku/approve
拒绝待发货前更换sku请求 /channels/ec/order/preshipmentchangesku/reject
申请查看订单真实号码 /channels/ec/order/realnumber/apply
查看订单真实号审核状态 /channels/ec/order/realnumberviewaudit/get
订单再次申请虚拟号 /channels/ec/order/virtualnumber/applyagain
订单虚拟号延期 /channels/ec/order/virtualnumber/delay
添加待认证的手机号 /channels/ec/merchant/privatenumber/addphone
获取短信验证码 /channels/ec/merchant/privatenumber/sendverifycode
获取小店手机号认证状态 /channels/ec/merchant/privatenumber/getphone
订单补发货 /channels/ec/order/delivery/compensation

实现要点

WxChannelOrderService 中新增对应方法。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions