{
"password": "v123411",
"mobile": "18927154977",
"code": "5565"
}
curl --location --request POST 'https://java-front.likeadmin.cn//api/login/forgotPwd' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "v123411",
"mobile": "18927154977",
"code": "5565"
}'
{
"code": 200,
"msg": "成功",
"data": []
}