{
"productId": 0,
"isProof": "string",
"isFetch": "string",
"isAuthe": "string",
"pageNo": 0,
"pageSize": 0
}curl --location '/api/tenant/getTenantListPage' \
--header 'Content-Type: application/json' \
--data '{
"productId": 0,
"isProof": "string",
"isFetch": "string",
"isAuthe": "string",
"pageNo": 0,
"pageSize": 0
}'{
"success": true,
"errorCode": "string",
"message": null,
"requestID": "string",
"total": 0,
"data": [
{
"tenantId": 0,
"tenantName": "string",
"registerTime": 0,
"checkUser": "string",
"taxProv": "string",
"taxCode": "string",
"taxTotal": "string",
"useFlag": "string",
"originMark": "string",
"tenantEmail": "string",
"tenantPhone": "string",
"orgId": 0,
"checkTime": 0,
"isProof": "string",
"isFetch": "string",
"isAuthe": "string",
"checkConfig": "string",
"products": [
{
"productId": 0,
"productType": 0
}
]
}
]
}