/
AP
apiqik
/
APIQIK API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1d ago · Updated 2d ago
Details
Filter operations
AccountService
Enable2FA 开启二步验证,返回 TOTP 二维码 URI 和备份码
post
/v1/account/2fa/enable
Request body
AccountV1Enable2FARequest
required
Response
OK
AccountV1Enable2FAReply
required
backupCodes
string[]
明文备份码列表(仅展示一次,用户需自行保存)
totpUri
string
otpauth:// URI,供前端生成二维码
Changes