feat(verify):完成随机验证码的生成。

This commit is contained in:
徐涛
2023-07-11 10:02:22 +08:00
parent 539e4ec384
commit 4fdf9be6d2
3 changed files with 43 additions and 3 deletions

2
random/random.go Normal file
View File

@@ -0,0 +1,2 @@
// 提供用于生成伪随机数的工具函数。
package random