Commit 1ecdc0485401755cb6572613e1bcdc418b346c88
1 parent
abe6f9d5
屏蔽充值接口
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/actions/StoreAction.lua
@@ -20,6 +20,7 @@ end | @@ -20,6 +20,7 @@ end | ||
20 | 20 | ||
21 | -- 入口在正式服关闭 -- mock 充值 | 21 | -- 入口在正式服关闭 -- mock 充值 |
22 | function _M.rechargeRpc(agent , data) | 22 | function _M.rechargeRpc(agent , data) |
23 | + if true then return end | ||
23 | local role = agent.role | 24 | local role = agent.role |
24 | local msg = MsgPack.unpack(data) | 25 | local msg = MsgPack.unpack(data) |
25 | local id = msg.id | 26 | local id = msg.id |