This commit is contained in:
liwei 2022-08-05 16:49:55 +08:00
commit d49a0553a7

View File

@ -79,8 +79,9 @@ func (this *apiComp) GetAllMailAttachment(session comm.IUserSession, req *pb.Mai
return
}
fj := make([]*pb.UserAssets, 0)
res := make([]*cfg.Game_atn, 0)
for _, v := range mails {
res := make([]*cfg.Game_atn, 0)
for _, v1 := range v.Items {
d := &cfg.Game_atn{
A: v1.A,