$secret = base64_decode(LIVE_EXTENSION_SECRET); include(__DIR__ . '/lib/jwt.php'); $j = new JWT(); try { $res = $j->decode($token, $secret); } ...
確定! 回上一頁