新增开发接口,可以清除实名信息
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user