From 3e5139483e39794cc76c49ed57427bbf1260501f Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Thu, 30 Apr 2020 19:30:54 +0800 Subject: [PATCH] 不能充值 --- src/actions/StoreAction.lua | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/actions/StoreAction.lua b/src/actions/StoreAction.lua index 8256564..46888ba 100644 --- a/src/actions/StoreAction.lua +++ b/src/actions/StoreAction.lua @@ -3,6 +3,7 @@ local _M = {} function _M.rechargeRpc(agent , data) local role = agent.role local msg = MsgPack.unpack(data) + if true then return end local id = msg.id local dataSet = csvdb["shop_rechargeCsv"][id] if not dataSet then return end -- libgit2 0.21.2