Commit f80d882b869daf9601f4a94c68a68c26650d6699

Authored by zhouhaihai
1 parent c6f3e36c

语法错误

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
@@ -1484,7 +1484,7 @@ function RolePlugin.bind(Role) @@ -1484,7 +1484,7 @@ function RolePlugin.bind(Role)
1484 else 1484 else
1485 status = 1000 + status 1485 status = 1000 + status
1486 end 1486 end
1487 - role:log("setOrder", { 1487 + self:log("setOrder", {
1488 order_status = status, -- "订单状态:100 - 开始下单(玩家还未开始付费行为记录)200 - 支付完成并发货(SDK通知可以发货时记录),300 - 订单被取消,1000 - 其他" 1488 order_status = status, -- "订单状态:100 - 开始下单(玩家还未开始付费行为记录)200 - 支付完成并发货(SDK通知可以发货时记录),300 - 订单被取消,1000 - 其他"
1489 item_id = rechargeId, -- 道具id 1489 item_id = rechargeId, -- 道具id
1490 item_type = rechargeData.type, -- 购买的道具类型,具体见"onItems"方法中道具类型枚举表 1490 item_type = rechargeData.type, -- 购买的道具类型,具体见"onItems"方法中道具类型枚举表