文件名称:php 使用google验证器
文件大小:3KB
文件格式:RAR
更新时间:2024-06-14 10:59:41
google 验证器
手机下载 authenticator function generateCode($start=16,$end=50) { return (new \app\common\google\GoogleAuth())->model()->generate_code(rand($start, $end)); //return randomkey(rand($start, $start)); } function captchaUrl($secret) { return (new \app\common\google\GoogleAuth())->model()->google_qrcode($secret); }
【文件预览】:
GoogleAuth.php
GoogleAuthenticator.php