lizhen_gitee hace 1 año
padre
commit
8274ef9fa7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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控制器基类