wupengfei 2 년 전
부모
커밋
2d95e8aca3
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      application/api/controller/Qc.php
  2. 1 1
      thinkphp/library/think/cache/driver/Redis.php

+ 4 - 0
application/api/controller/Qc.php

@@ -115,6 +115,10 @@ class Qc extends Base {
 
     public function index()
     {
+
+
+
+
         $a = 1;
         switch ($a)
         {

+ 1 - 1
thinkphp/library/think/cache/driver/Redis.php

@@ -25,7 +25,7 @@ class Redis extends Driver
     protected $options = [
         'host'       => '127.0.0.1',
         'port'       => 6379,
-        'password'   => '',
+        'password'   => 'hdl2022',
         'select'     => 13,
         'timeout'    => 0,
         'expire'     => 0,