作者 yangfu

消息中心修改

@@ -16,7 +16,7 @@ import ( @@ -16,7 +16,7 @@ import (
16 16
17 func MessageCenter(header *protocol.RequestHeader, request *protocol.MessageCenterRequest) (rsp *protocol.MessageCenterResponse, err error) { 17 func MessageCenter(header *protocol.RequestHeader, request *protocol.MessageCenterRequest) (rsp *protocol.MessageCenterResponse, err error) {
18 var ( 18 var (
19 - list []*protocol.MessageTotal 19 + list []*protocol.MessageTotal = make([]*protocol.MessageTotal, 0)
20 interactionCount int 20 interactionCount int
21 ) 21 )
22 rsp = &protocol.MessageCenterResponse{} 22 rsp = &protocol.MessageCenterResponse{}