跳到主要内容

主动发起提现回调通知

GET 

/withdraw/notify

商户主动触发一次系统的提现回调通知,用于更新本地订单状态。

Request

Query Parameters

    withdrawId int32

    提现订单 ID

    withdrawIdoutTradeNo 至少传一个

    outTradeNo string

    商户订单号

    withdrawIdoutTradeNo 至少传一个

Responses

OK

Schema

    code int32required

    状态码

    msg stringrequired

    成功或错误提示

    description string

    错误提示详情

Loading...