{
"platform": "DY_LINKE",
"loginWay": "PHONE",
"dyLinkeAuthForm": {
"phone": "18249863661"
}
}
curl --location --request POST '/userPlatform/multi/auth' \
--header 'token: 919e4bca85fb4fa8963372658ad1ef67' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "DY_LINKE",
"loginWay": "PHONE",
"dyLinkeAuthForm": {
"phone": "18249863661"
}
}'
{
"code": 0,
"message": "",
"data": null
}