{
"uid": "string",
"type": 0
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/customer-service/search-member-info' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'Accept-Language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"type": 0
}'
{
"status": 0,
"msg": "",
"data": {
"account": {
"userId": "",
"areaCode": "",
"phone": "",
"mailAccount": "",
"memberPrivilege": "",
"bind3rd": "",
"createTime": ""
},
"dataCount": {
"noteCount": 0,
"folderCount": 0,
"quickNoteCount": 0,
"pdfCount": 0
},
"loginDevices": [
{
"userId": "",
"deviceId": "",
"model": "",
"deviceModel": "",
"deviceType": "",
"mac": "",
"loginTime": "",
"vendor": false,
"vendorTime": "",
"expiredTime": ""
}
],
"relationAccounts": [
{
"userId": "",
"areaCode": "",
"phone": "",
"mailAccount": "",
"memberPrivilege": "",
"bind3rd": "",
"createTime": ""
}
]
}
}