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

@@ -3,6 +3,10 @@
package types
type BindTriballyReply struct {
AuthUrl string `json:"auth_url"` // 授权地址
}
type CarvResult struct {
Result *Result `json:"result"`
Error *Error `json:"error"`