后台浏览器登陆验证

This commit is contained in:
wanyongkang
2020-12-02 16:44:05 +08:00
parent f606fa6042
commit f4aef4cb71
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-22 16:13:41
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-12-02 16:25:49
*/
namespace app\api\model;
use fastphp\base\Model;
class BrowserVerify extends Model
{
protected $table = 'browser_verify';
}