# 提现回调

提现回调

# 请求参数示例(解密后的明文JSON)

{
    "ToUserName": "gh_*", 
    "CreateTime": 1662480000, 
    "MsgType": "event", 
    "Event": "channels_ec_withdraw_notify", 
    "withdraw_info": {
        "withdraw_id": "wds123123143144", 
        "event": 1
    }
}

# 回包示例

success

# 请求参数说明

参数 类型 说明
ToUserName string 小店UserName
CreateTime number 事件时间,Unix时间戳
MsgType string 消息类型,固定为 event
Event string 事件类型,本接口固定为 channels_ec_withdraw_notify
withdraw_info object WithdrawInfo 事件主体

# 结构体定义

# WithdrawInfo

字段名 类型 说明
withdraw_id string 提现单号
event number 提现事件。1.发起提现,生成二维码 2.扫码验证成功,申请提现 3.提现成功 4.提现失败

# 回包参数说明

只需直接返回字符串

success