feat: bind tribally account

This commit is contained in:
2025-03-20 17:15:54 +08:00
parent 3f09a65806
commit 937244a1a0
10 changed files with 202 additions and 0 deletions

View File

@@ -145,6 +145,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
server.AddRoutes(
[]rest.Route{
{
// 绑定Tribally账号
Method: http.MethodGet,
Path: "/bind_tribally",
Handler: task.BindTriballyHandler(serverCtx),
},
{
// 质押NFT
Method: http.MethodPost,