GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1ecdc0485401755cb6572613e1bcdc418b346c88
Authored by
zhouhaihai
2020-09-02 17:17:14 +0800
1 parent
abe6f9d5
屏蔽充值接口
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/actions/StoreAction.lua
Inline
Side-by-side
src/actions/StoreAction.lua
Wrap text
Show/Hide comments
View file @
1ecdc04
...
...
@@ -20,6 +20,7 @@ end
20
20
21
21
-- 入口在正式服关闭 -- mock 充值
22
22
function _M.rechargeRpc(agent , data)
23
+ if true then return end
23
24
local role = agent.role
24
25
local msg = MsgPack.unpack(data)
25
26
local id = msg.id
...
...