API 文档管理接口用户登陆注册
用户注册
🔓 无需鉴权
Request Body
application/json
username?string
password?string
email?string
verification_code?string
aff_code?string
Response Body
curl -X POST "https://xtok.skyton.cn/api/user/register" \ -H "Content-Type: application/json" \ -d '{}'Empty