系统接口
系统接口
log
function sys:log(level, ...)
end示例代码
sys:log("debug", "this is a log content")logger
function sys:logger()
end示例代码
local log = sys:logger()
log:debug("this is a log content")dump_comm
fire_event
参数说明
fork
示例代码
timeout
cancelable_timeout
exit
abort
now
time
start_time
yield
sleep
data_api
self_co
wait
wakeup
app_dir
app_sn
get_conf
set_conf
conf_api
version
示例代码
gen_sn
hw_id
id
req
post
cloud_post
配置项(func)
cfg_call
配置项(func)
set_event_threshold
cleanup
Last updated
Was this helpful?