{
"userId": "string",
"userIds": [
"string"
],
"platformCompanyNames": [
"string"
],
"page": 0,
"size": 0
}curl --location --request POST 'https://m1.apifoxmock.com/m1/650141-0-default/kjsc-settlement/user/bind-mch' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"userIds": [
"string"
],
"platformCompanyNames": [
"string"
],
"page": 0,
"size": 0
}'{
"code": "",
"success": false,
"msg": "",
"message": "",
"data": {
"records": [
{
"userId": "",
"companyName": "",
"enterpriseId": "",
"contractPdfKey": "",
"contractPdfUrl": "",
"contractPngKey": "",
"contractPngUrl": "",
"startTime": "2023-03-09 15:38:44",
"endTime": "2023-03-09 15:38:44",
"platformCompany": "",
"platformCompanyAddress": "",
"bankAccount": "",
"backAddress": ""
}
],
"current": 0,
"size": 0,
"total": 0
}
}