放开注释

master
longtai 1 year ago
parent 0bc7fcbc3f
commit ff3f33fb25

@ -94,19 +94,19 @@ function M.get_server_cfg(serverId, protocol)
end end
function M.get_online_count() function M.get_online_count()
return 0--skynet.call(".sessionmgr", "lua", "get_online_count") return skynet.call(".sessionmgr", "lua", "get_online_count")
end end
function M.get_user_online(uid) function M.get_user_online(uid)
return 0--skynet.call(".sessionmgr", "lua", "get_user_online", uid) return skynet.call(".sessionmgr", "lua", "get_user_online", uid)
end end
function M.add_user_online(uid, user) function M.add_user_online(uid, user)
return 0--skynet.call(".sessionmgr", "lua", "add_user_online", uid, user) return skynet.call(".sessionmgr", "lua", "add_user_online", uid, user)
end end
function M.del_user_online(uid) function M.del_user_online(uid)
return 0--skynet.call(".sessionmgr", "lua", "del_user_online", uid) return skynet.call(".sessionmgr", "lua", "del_user_online", uid)
end end

Loading…
Cancel
Save