代付查询

JSON

POST /api/order/withdraw/query

Request Body

Name
Type
Description

merchant_id*

String

商户编号id,联系运营人员获取

order_id*

String

商户需要查询的订单号

sign

String

验签值

```json
{
    "code": 200,
    "data": {
        "id": "*****",
        "merchant_id": "*****",
        "order_id": "P10170061635160428176871424",
        "status": 1
    },
    "message": "SUCCESS"
}
```

字段
类型
说明

code

int

200

message

String

data

Json

参数如下

id

String

平台单号

merchant_id

String

商户编号

order_id

String

商户订单号

status

int

订单状态 2:成功 -2:失败 1:处理中

utr

String

成功订单 utr

Last updated