上传交易hash

1. 接口调用:

https://{host}/api/v2/modifyTxId

2. 请求参数实例

参数是否必须说明

orderId

交易订单号

depositTxid

交易hash值

3.请求参数示例

{
    "orderId": "33120af8-1866-4cb6-99a8-2c303f490c2c",           
    "depositTxid": "0x123"      
}

4.返回结果示例

{
    "resCode": "800",
    "resMsg": "成功",
    "data": "SUCCESS"
}

Last updated