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
3e5139483e39794cc76c49ed57427bbf1260501f
Authored by
zhouhaihai
2020-04-30 19:30:54 +0800
1 parent
be9ecc19
不能充值
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 @
3e51394
...
...
@@ -3,6 +3,7 @@ local _M = {}
3
3
function _M.rechargeRpc(agent , data)
4
4
local role = agent.role
5
5
local msg = MsgPack.unpack(data)
6
+ if true then return end
6
7
local id = msg.id
7
8
local dataSet = csvdb["shop_rechargeCsv"][id]
8
9
if not dataSet then return end
...
...