Commit 80b060095c8521dbeb6aed011f6a103132d3eb81

Authored by zhouhaihai
1 parent f6b70d91

充值开放

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/actions/StoreAction.lua
... ... @@ -22,7 +22,6 @@ end
22 22 function _M.rechargeRpc(agent , data)
23 23 local role = agent.role
24 24 local msg = MsgPack.unpack(data)
25   - if true then return end
26 25 local id = msg.id
27 26 local dataSet = csvdb["shop_rechargeCsv"][id]
28 27 if not dataSet then return end
... ...