Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
d49a0553a7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user