暂无描述
{
"phone": "13800000005",
"code": "4820",
"password": "e10adc3949ba59abbe56e057f20f883e",
"nickName": "我是昵称"
}
curl --location --request POST 'https://im.renren.club/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13800000005",
"code": "4820",
"password": "e10adc3949ba59abbe56e057f20f883e",
"nickName": "我是昵称"
}'
{
"msg": "注册成功,请登录",
"code": 200
}