Pārlūkot izejas kodu

修复调试支付发货

neo 1 gadu atpakaļ
vecāks
revīzija
0b2dd712ea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      nodes/game/interface/test.lua

+ 1 - 1
nodes/game/interface/test.lua

@@ -103,7 +103,7 @@ function root:test_pay_goods(role, msg)
103 103
 
104 104
     -- 发送物品
105 105
     local shopInterface = require "interface.shop"
106
-    return shopInterface.on_pay(role, pack)
106
+    return shopInterface:on_pay(role, pack)
107 107
 end
108 108
 
109 109
 return root