注册
Register
POST http://119.29.62.88/api/register/
This endpoint allows you to get free cakes.
Request Body
Name
Type
Description
string
Email address(unique) length < 256
username
string
Username(unique) length >= 4 and length <= 20
password
string
length >= 6 and length <= 30
{
"status": 0,
"data": "Register success"
}Last updated