POST
/
platformapi
/
chainup
/
open
/
opay
/
merchantBillingDay
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/opay/merchantBillingDay
{
    "code": "",
    "msg": "",
    "data": {
        "count": 1000,
        "list": [
            {
                "merchantUserId": 23000,
                "appOrderId": "100000019",
                "payCoinSymbol": "btc",
                "orderAmount": 10,
                "orderType": 1,
                "userId": 230000,
                "openId": "2ae04ed9165624419bad68e9e0f3f29fbd",
                "createTime": "11200321123",
                "payTime": "320012321"
            },
            {
                "merchantUserId": 23000,
                "appOrderId": "100000019",
                "payCoinSymbol": "btc",
                "orderAmount": 10,
                "orderType": 1,
                "userId": 230000,
                "openId": "2ae04ed9165624419bad68e9e0f3f29fbd",
                "createTime": "11200321123",
                "payTime": "320012321"
            }
        ]
    }
}

Query Parameters

appKey
string
required

商家唯一appKey

Example: xxx_xxx

orderType
string
required

订单类型(1=支付订单;11=划转订单),不传查询所有订单

Example: 1

day
string
required

统计的日期,格式:yyyy-MM-dd,不符合格式参数异常;不传查询当日订单

Example: 2099-01-01

pageNum
string
required

查询第几页,同分页逻辑;不传查所有

Example: 1

pageSize
string
required

每页大小,同分页逻辑;不传查2000(最大为2000,数据超过2000请分页查询)

Example: 200

sign
string
required

签名(MD5(Sort(Param) + secret))

Response

200 - application/json
code
string

返回code

msg
string

成功或失败提示信息

data
object