Skip to main content
使用手机号、密码与短信 OTP 码创建咏唱引擎账户。请先调用 POST /api/auth/phone/send-otp 将验证码发送到手机。 方法: POST 路径: /api/auth/register/phone 认证:

请求

string
required
E.164 格式的手机号(例如 +8613800138000)。
string
required
账户密码。
string
required
来自 POST /api/auth/phone/send-otp 的短信 OTP。
string
可选的显示名称。

响应

string
会话 JWT。
object
新用户档案。

示例

错误