VerificationCodeService

验证码服务

仅提供验证码生成与校验的基础能力

Author

lishangbu

Since

2026/3/13

Inheritors

Functions

Link copied to clipboard
abstract fun generateCode(target: String, type: String): String

生成验证码并完成发送逻辑

Link copied to clipboard
abstract fun verifyCode(target: String, code: String, type: String)

校验验证码(成功后会使验证码失效)