1CMS文档
1cms.com
搭配 计划任务 应用,可以定时清理过期token
function cleanToken(){ return del('table','token','where',where('overtime<',time())); }