AccountService

修改登录邮箱(双重验证码)

需同时提供发往旧邮箱与新邮箱的两枚验证码,二者均验证通过后完成换绑。

post/v1/account/email/change

Request body

newEmailstring required

目标新邮箱

newEmailCodestring required

发往新邮箱的验证码

oldEmailCodestring required

发往旧邮箱的验证码

Response

OK

messagestring
successboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.