修改账号注册方法,以及邮箱协议对接

This commit is contained in:
zyj
2025-09-24 18:22:25 +08:00
parent 002419a7ed
commit 81ed379cf3
21 changed files with 1090 additions and 8 deletions

View File

@@ -30,5 +30,5 @@ type Ip struct {
// 实现 TableName 方法指定表名
func (Ip) TableName() string {
return "j_ip"
return "ar_ip"
}