Commit 80b060095c8521dbeb6aed011f6a103132d3eb81
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,7 +22,6 @@ end | ||
22 | function _M.rechargeRpc(agent , data) | 22 | function _M.rechargeRpc(agent , data) |
23 | local role = agent.role | 23 | local role = agent.role |
24 | local msg = MsgPack.unpack(data) | 24 | local msg = MsgPack.unpack(data) |
25 | - if true then return end | ||
26 | local id = msg.id | 25 | local id = msg.id |
27 | local dataSet = csvdb["shop_rechargeCsv"][id] | 26 | local dataSet = csvdb["shop_rechargeCsv"][id] |
28 | if not dataSet then return end | 27 | if not dataSet then return end |