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