Commit fcb34e1f859186f414d55341f043f633f4e95a08

Authored by zhouhaihai
1 parent 192b96d3

没用的参数

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/StoreAction.lua
... ... @@ -23,7 +23,7 @@ function _M.rechargeRpc(agent , data)
23 23  
24 24 -- 暂时忽略心跳检查
25 25 role.ignoreHeartbeat = true
26   - SendPacket(actionCodes.Store_rechargeRpc, MsgPack.pack({ rechargeId = id, order = partnerOrderId }))
  26 + SendPacket(actionCodes.Store_rechargeRpc, MsgPack.pack({ order = partnerOrderId }))
27 27 return true
28 28 end
29 29  
... ...