调整统一provider目录;增加content事件的快速登录案例;

This commit is contained in:
2023-09-15 14:33:34 +08:00
parent a2c14391b1
commit 4d9434454e
15 changed files with 167 additions and 65 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\common\provider;
// 应用请求对象类
class Request extends \think\Request
{
protected $filter = ['ua_htmlspecialchars'];
}