Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { Type modeltype.UserType `json:"type"` Name string `json:"name"` Wechat string `json:"wechat"` Email string `json:"email"` Location string `json:"location"` Avatar string `json:"avatar"` Phone string `json:"phone"` TotalPrice modeltype.Price `json:"totalprice"` TotalBuy modeltype.Total `json:"totalbuy"` TotalGood modeltype.Total `json:"totalgood"` TotalJian modeltype.Total `json:"totaljian"` TotalShouHuo modeltype.Total `json:"totalshouhuo"` TotalPingJia modeltype.Total `json:"totalpingjia"` }
Click to show internal directories.
Click to hide internal directories.