maxapi: add VipLevel

This commit is contained in:
c9s 2021-03-18 17:52:23 +08:00
parent b233e5d763
commit 890324a4ad

View File

@ -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"`