Commit 3e5139483e39794cc76c49ed57427bbf1260501f
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,6 +3,7 @@ local _M = {} | ||
3 | function _M.rechargeRpc(agent , data) | 3 | function _M.rechargeRpc(agent , data) |
4 | local role = agent.role | 4 | local role = agent.role |
5 | local msg = MsgPack.unpack(data) | 5 | local msg = MsgPack.unpack(data) |
6 | + if true then return end | ||
6 | local id = msg.id | 7 | local id = msg.id |
7 | local dataSet = csvdb["shop_rechargeCsv"][id] | 8 | local dataSet = csvdb["shop_rechargeCsv"][id] |
8 | if not dataSet then return end | 9 | if not dataSet then return end |