{
"email":"1839976096@qq.com",
"verificationCode":"593345",
"no":"T1",
"password":"Aa123456"
}
curl --location --request POST 'http://localhost:9090/user/email/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email":"1839976096@qq.com",
"verificationCode":"593345",
"no":"T1",
"password":"Aa123456"
}'
{
"code": 1,
"msg": "添加成功,请联系管理员审核",
"data": null
}