Skip to content

IVerifyCodeService.SetCode 验证码添加过期时间支持 #209

@gmf520

Description

@gmf520

描述您想要的解决方案

影响代码:IVerifyCodeService.SetCode
old:

void SetCode(string code, out string id);

new:

string SetCode(string code, int seconds = 60 * 3);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Breaked Changes ⚡更新有破坏性,对现有业务实现有较大影响Finished ✔️实现并完工

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions