This commit is contained in:
2025-08-15 09:48:20 +08:00
parent e51fd9b825
commit bf5b0efffc
2 changed files with 4 additions and 3 deletions

View File

@@ -4,9 +4,9 @@ namespace app\api\model;
use app\common\library\DatabaseRoute;
use app\common\model\Common;
use ba\Random;
use extend\ba\Random;
use think\cache\driver\Redis;
use think\facade\Cache;
use support\think\Cache;
use think\facade\Db;
use think\facade\Log;
use think\Model;