新增快手电子凭证后台工具

This commit is contained in:
yml2213
2026-07-09 18:39:34 +08:00
parent 1bfb32dcd0
commit c61078d3f6
29 changed files with 3034 additions and 474 deletions
@@ -0,0 +1,48 @@
kwaishop_aftersales_addRefund
需商家授权
售后单新增消息
更新时间: 2024-04-22 14:25:16
有新增售后单时触发消息发送
系统参数
参数名 类型 详情描述
eventId String 消息唯一id
msgId String 业务消息内容唯一id
bizId Long 业务id如订单id、退款单id、商品id
userId Long 授权用户id
openId String 授权用户openId
appKey String 应用id
event String 消息标示
info String 消息内容,业务内容Json串,详见消息文档参数
status Integer 状态 0未知 1发送中 2发送成功 3发送失败
createTime Long 创建时间
updateTime Long 更新时间
业务参数
参数名 类型 示例值 详情描述
orderId Long 2015612346452419 订单id
refundId Long 32142132 售后单id
handlingWay Integer 3 退款方式,枚举: [1, "退货退款"] [10, "仅退款"] [3, "换货"][4, "补寄"][5, "维修"]
specialRefundType Integer 3 特殊退款类型[0, "非特殊退款"] [1, "价保"]
status Integer 3 订单退款状态[10, "买家已经申请退款,等待卖家同意"] [12, "卖家已拒绝,等待买家处理"] [20, "协商纠纷,等待平台处理"] [30, "卖家已经同意退款,等待买家退货"] [40, "买家已经退货,等待卖家确认收货"] [45, "卖家已经发货,等待买家确认收货"] [50, "卖家已经同意退款,等待系统执行退款"] [60, "退款成功"] [70, "退款关闭"]
createTime Long 1679035606000 售后单创建时间
消息示例
JSON
{
"eventId": "237_6341_60079475",
"msgId": "470_60079469",
"bizId": 23666666666666,
"userId": 2066666666,
"openId": "f19666666666666666666666666666666",
"appKey": "ks66666666666666666",
"event": "kwaishop_aftersales_addRefund",
"info": {
"orderId": 2015612346452419,
"refundId": 32142132,
"handlingWay": 3,
"specialRefundType": 3,
"status": 3,
"createTime": 1679035606000
},
"status": 2,
"createTime": 1691563032872,
"updateTime": 1691567756044
}