{
"appId": "APP20250101001",
"version": "1.0",
"timestamp": 1700000000000,
"requestId": "REQ20250101001",
"sign": "base64encodedSignature==",
"signType": "RSA2",
"subSn": "SUB000001",
"charset": "UTF-8",
"bizContent": {
"accessSn": "AS000001",
"mchAccessNo": "MCH20250101001"
}
}curl --location 'https://openapi.3ypay.com/mchAccess/mch/aut/query' \
--header 'Content-Type: application/json' \
--data '{
"appId": "APP20250101001",
"version": "1.0",
"timestamp": 1700000000000,
"requestId": "REQ20250101001",
"sign": "base64encodedSignature==",
"signType": "RSA2",
"subSn": "SUB000001",
"charset": "UTF-8",
"bizContent": {
"accessSn": "AS000001",
"mchAccessNo": "MCH20250101001"
}
}'{
"code": 200,
"msg": "请求成功",
"appId": "APP20250101001",
"subSn": "SUB000001",
"sign": "base64encodedResponseSignature==",
"timestamp": 1700000001000,
"signType": "RSA2",
"data": [
{
"accessSn": "string",
"mchAccessNo": "string",
"type": 1,
"status": 0,
"authUrl": "string",
"requestNo": "string",
"applymentId": "string",
"rejectParam": "string",
"rejectReason": "string",
"scene": 0,
"subMchId": "string",
"mchId": "string",
"channelMchId": "string",
"reportType": 0,
"weight": 0,
"code": "string",
"serialCode": "string",
"authStatus": 0,
"channelCode": "string"
}
]
}