lizhen_gitee il y a 1 an
Parent
commit
8274ef9fa7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      application/common/controller/Apic.php

+ 1 - 0
application/common/controller/Apic.php

@@ -13,6 +13,7 @@ use think\Request;
 use think\Response;
 use think\Route;
 use think\Validate;
+use Redis;
 
 /**
  * API控制器基类