正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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{} |
-
请 注册 或 登录 后发表评论