:art:新增客户端状态字段

This commit is contained in:
coward
2024-03-11 14:53:28 +08:00
parent 16799ee5d8
commit 71d6090f94
10 changed files with 1002 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ func main() {
route.CaptchaApi,
route.UserApi,
route.ServerApi,
route.ClientApi,
)
handler := route.InitRouter()