Commit e395422669298a24982ad621e6a445dacc212f01

Authored by zhouhaihai
1 parent 244fb0fd

充值没反应

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/StoreAction.lua
... ... @@ -31,7 +31,7 @@ function _M.rechargeRpc(agent , data)
31 31 local partnerOrderId = makeOrder(roleId, id)
32 32 SendPacket(actionCodes.Store_rechargeRpc, MsgPack.pack({ order = partnerOrderId }))
33 33  
34   -
  34 + if true then return end
35 35 -- 测试的 直接发奖励了
36 36 skynet.timeout(10, function ()
37 37 role:handlePurchase({
... ...