Commit e395422669298a24982ad621e6a445dacc212f01
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,7 +31,7 @@ function _M.rechargeRpc(agent , data) | ||
31 | local partnerOrderId = makeOrder(roleId, id) | 31 | local partnerOrderId = makeOrder(roleId, id) |
32 | SendPacket(actionCodes.Store_rechargeRpc, MsgPack.pack({ order = partnerOrderId })) | 32 | SendPacket(actionCodes.Store_rechargeRpc, MsgPack.pack({ order = partnerOrderId })) |
33 | 33 | ||
34 | - | 34 | + if true then return end |
35 | -- 测试的 直接发奖励了 | 35 | -- 测试的 直接发奖励了 |
36 | skynet.timeout(10, function () | 36 | skynet.timeout(10, function () |
37 | role:handlePurchase({ | 37 | role:handlePurchase({ |