{
"LoginType": 0,
"LoginUid": "string",
"LoginPwd": "string",
"Mobile": "string",
"ValidateCode": "string",
"OtherSource": "string",
"OtherSourceID": "string",
"IsAutoBind": 0,
"PlatFormCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_LoginTerminalBO/CheckAccountNum' \
--header 'Content-Type: application/json' \
--data-raw '{
"LoginType": 0,
"LoginUid": "string",
"LoginPwd": "string",
"Mobile": "string",
"ValidateCode": "string",
"OtherSource": "string",
"OtherSourceID": "string",
"IsAutoBind": 0,
"PlatFormCode": "string"
}'{
"Result": {
"UserGroupCount": 0,
"AccountUserGroup": [
{
"PlatFormName": "string",
"LoginAccount": "string",
"UserGroup": "string",
"PlatFormCode": "string",
"UserId": 0
}
]
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}