单个账号流注册流程

This commit is contained in:
zyj
2025-09-27 18:13:59 +08:00
parent 90dfc3ac38
commit 22e21f6eb8
12 changed files with 404 additions and 29 deletions

View File

@@ -13,5 +13,5 @@ type BrowserInstance struct {
// 实现 TableName 方法指定表名
func (BrowserInstance) TableName() string {
return "browser_instance"
return "ar_browser_instance"
}