添加用户信息更新接口,掩码敏感信息;修正 ContactQQ 字段命名
This commit is contained in:
@@ -18,6 +18,9 @@ func ApplyRouters(app *fiber.App) {
|
||||
|
||||
// 用户
|
||||
user := api.Group("/user")
|
||||
user.Post("/update", handlers.UpdateUser)
|
||||
user.Post("/update/account", handlers.UpdateAccount)
|
||||
user.Post("/update/password", handlers.UpdatePassword)
|
||||
user.Post("/identify", handlers.Identify)
|
||||
user.Post("/identify/callback", handlers.IdentifyCallback)
|
||||
user.Post("/recharge/prepare/alipay", handlers.RechargePrepareAlipay)
|
||||
|
||||
Reference in New Issue
Block a user