Commit 94edf97b1dd691ed96d9a17f4a00a5367585ca07

Authored by zhouhaihai
1 parent 14f1591b

邮件

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/EmailAction.lua
@@ -62,7 +62,7 @@ function _M.listRpc(agent, data) @@ -62,7 +62,7 @@ function _M.listRpc(agent, data)
62 table.insert(result, email:data()) 62 table.insert(result, email:data())
63 end 63 end
64 64
65 - SendPacket(actionCodes.Email_listRpc, MsgPack.pack(result)) 65 + SendPacket(actionCodes.Email_listRpc, MsgPack.pack({list = result}))
66 return true 66 return true
67 end 67 end
68 68