VastSight Play API

Base URL:https://play.vastsight.top,所有接口使用 POST + JSON(或表单)请求。

接口路径说明
发送邮箱验证码/api/send_code.php参数:email
注册/api/register.php参数:username、nickname、password、confirm_password、email、code、birthday

统一响应格式:{"code":0,"msg":"...","data":{...}}code=0 表示成功。