新增开发接口,可以清除实名信息

This commit is contained in:
2026-03-17 14:19:08 +08:00
parent efce18e6f5
commit 99853b8514
2 changed files with 42 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ func ApplyRouters(app *fiber.App) {
debug := app.Group("/debug")
debug.Get("/sms/:phone", handlers.DebugGetSmsCode)
debug.Get("/proxy/register", handlers.DebugRegisterProxyBaiYin)
debug.Get("/iden/clear/:phone", handlers.DebugIdentifyClear)
}
}