{
"userId": 0,
"telephone": "string",
"userAccount": "string",
"userPassword": "string",
"passwordTrans": "string",
"passwordCheckType": "string",
"companyId": "string",
"relType": "string"
}curl --location '/api/userMember/bindTenant' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"telephone": "string",
"userAccount": "string",
"userPassword": "string",
"passwordTrans": "string",
"passwordCheckType": "string",
"companyId": "string",
"relType": "string"
}'{
"success": true,
"errorCode": 0,
"message": "string",
"requestID": "string",
"total": 0,
"data": [
"string"
]
}