1
This commit is contained in:
parent
664676127c
commit
56aa619ad8
@ -104,8 +104,10 @@ func (this *mailMgr) CaGetMailList(c *gin.Context) {
|
|||||||
rspObj := struct {
|
rspObj := struct {
|
||||||
ErrCode int32 `json:"errcode"`
|
ErrCode int32 `json:"errcode"`
|
||||||
ErrMsg string `json:"errmsg"`
|
ErrMsg string `json:"errmsg"`
|
||||||
MailList []*common.MailDto `json:"maillis"`
|
MailList []*common.MailDto `json:"mail_list"`
|
||||||
}{}
|
}{
|
||||||
|
MailList: []*common.MailDto{},
|
||||||
|
}
|
||||||
this.traversePlayerMail(
|
this.traversePlayerMail(
|
||||||
hum,
|
hum,
|
||||||
func (m *mail) bool {
|
func (m *mail) bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user