mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
maxapi: add VipLevel
This commit is contained in:
parent
b233e5d763
commit
890324a4ad
|
@ -34,6 +34,7 @@ type UserInfo struct {
|
|||
Name string `json:"name"`
|
||||
Type string `json:"member_type"`
|
||||
Level int `json:"level"`
|
||||
VipLevel int `json:"vip_level"`
|
||||
Email string `json:"email"`
|
||||
Accounts []Account `json:"accounts"`
|
||||
Bank *UserBank `json:"bank,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user