Commit 3e5139483e39794cc76c49ed57427bbf1260501f

Authored by zhouhaihai
1 parent be9ecc19

不能充值

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/actions/StoreAction.lua
... ... @@ -3,6 +3,7 @@ local _M = {}
3 3 function _M.rechargeRpc(agent , data)
4 4 local role = agent.role
5 5 local msg = MsgPack.unpack(data)
  6 + if true then return end
6 7 local id = msg.id
7 8 local dataSet = csvdb["shop_rechargeCsv"][id]
8 9 if not dataSet then return end
... ...