且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用会话uuid获取会话变量

更新时间:2023-11-28 10:41:16

您需要执行API调用 uuid_getvar .

you need to execute the API call uuid_getvar.

value = api:execute("uuid_getvar", "UUID VARNAME"); 

(我忘记了如何在Lua中连接字符串,但您应该明白了)

(I forgot how to concatenate strings in Lua, but you should get the idea)