var token = jwt.sign({access: "view"},setting[0].antikey,{expiresIn: '100s'}); client.setex('token',99,token);
確定! 回上一頁