feat: bind tribally account
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user