💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[TOC=2] ## 邮箱验证码 ~~~[api] post:/email_captcha/acquire *string:email=952531631@qq.com#邮箱地址 <<< debug { "code": 0, "data": { "expire": 10, // 验证码有效时间 "length": 6, // 验证码长度 "captcha": "679930" // 验证码 } } <<< success { "code": 0, "data": { "expire": 10, "length": 6 } } <<< error { "code": -1, "msg": "邮箱号必须" } ~~~ ## 邮箱注册 ~~~[api] post:/email_register *string:username=952531631@qq.com#邮箱号 *string:password=123456#密码 *string:email_captcha=930349#验证码 <<< success { "code": 0 } <<< error { "code": -1, "msg": "邮箱格式不正确" } ~~~