
目录
User
Sentence
Calendar
SouTi
Misc
Webhook
Image
Powered by Apifox
用户注册
/register
请求参数
Body 参数 (application/json)
email
string <email>
必需
注册邮箱, 用于作为账号登录
password
string
密码
正则匹配:
^[a-zA-Z0-9~!@#$%^&*\-_+='",.?]{6,20}$
name
string
昵称
默认值:
正则匹配:
^[_a-zA-Z0-9\u4E00-\u9FA5]{1,16}$
verifyCode
string
邮箱验证码
正则匹配:
^[0-9]{6}$
示例
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON
数据结构
No schema defined
示例