Merge branch 'master' into debits
This commit is contained in:
commit
b4e24eb964
8 changed files with 21 additions and 5 deletions
|
|
@ -460,6 +460,7 @@ type UseInviteLinkRequest struct {
|
|||
}
|
||||
type UserInfo struct {
|
||||
Balance int64 `json:"balance"`
|
||||
Bridge_url string `json:"bridge_url"`
|
||||
Callback_url string `json:"callback_url"`
|
||||
Max_withdrawable int64 `json:"max_withdrawable"`
|
||||
Ndebit string `json:"ndebit"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue