Skip to main content
POST
结算记录查询

Body

application/json

结算记录查询请求参数

version
string
required

版本号

Example:

"1.0.1"

signType
string
required

签名类型,目前只支持MD5方式

Example:

"MD5"

sign
string
required

签名值,详见签名算法

Example:

"xxxxxx"

reqTime
string
required

时间戳,13位时间戳

Example:

"1622016572190"

mchNo
string
required

商户号

Example:

"M1234567890"

appId
string
required

商户应用ID

Example:

"88808634c46ff1a7807888888"

requestId
string
required

请求ID

Example:

"BIZ1234567890"

Response

200 - */*

成功返回结果

code
integer<int32>

业务响应码

Example:

200

msg
string

业务响应信息

Example:

"成功"

data
data · object

数据对象

sign
string

签名值