重构远程接口,替换为Baiyin SDK & 添加实名认证处理逻辑
This commit is contained in:
@@ -37,6 +37,8 @@ func ApplyRouters(app *fiber.App) {
|
||||
// 用户
|
||||
user := api.Group("/user")
|
||||
user.Post("/get/token", handlers.GetUserByToken)
|
||||
user.Post("/identify", handlers.Identify)
|
||||
user.Post("/identify/callback", handlers.IdentifyCallback)
|
||||
|
||||
// 支付
|
||||
trade := api.Group("/trade")
|
||||
|
||||
Reference in New Issue
Block a user