暂无描述
curl --location --request POST 'https://im.renren.club/auth/loginByCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13800000004",
"code": "2670"
}'
{
"msg": "操作成功",
"code": 200,
"data": {
"token": "mr4235763md19bejevxx6zdwnhbpymyn"
}
}