1
This commit is contained in:
parent
822ffa83d0
commit
a78458ace3
@ -1,6 +1,6 @@
|
||||
package vo
|
||||
|
||||
type Base struct {
|
||||
type BaseVo struct {
|
||||
ErrCode int32 `json:"errcode"`
|
||||
ErrMsg string `json:"errcmsg"`
|
||||
Award *Award `json:"award"`
|
||||
|
@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type User struct {
|
||||
BaseVo
|
||||
AccountId string `json:"account_id"`
|
||||
NickName string `json:"nickname"`
|
||||
Avatar string `json:"avatar"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user