stanley-king 7 jaren geleden
bovenliggende
commit
a56fb46ffd
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      daemon/something.txt
  2. 2 2
      mobile/control/index.php

+ 1 - 1
daemon/something.txt

@@ -1,5 +1,5 @@
 清理所有红包缓存信息
-redis-cli KEYS "nc_bonus_type*" | xargs redis-cli DEL
+redis-cli -h 10.47.82.12 KEYS "nc_bonus_type*" | xargs redis-cli -h 10.47.82.12 DEL
 
  cp -R ./dist/ /mnt/xvdb1/hfive/inoherb
 

+ 2 - 2
mobile/control/index.php

@@ -77,12 +77,12 @@ class indexControl extends specialControl
         if(session_helper::need_wechat_author())
         {
             $author = new thrid_author\wxauthor();
-            $url = "http://p.lrlz.com/hfive/inoherb/dist/dist/index.html";
+            $url = "http://p.lrlz.com/hfive/inoherb/index.html";
             $author->enter($url);
             return;
         }
         else {
-            fcgi_header('location:http://p.lrlz.com/hfive/inoherb/dist/dist/index.html');
+            fcgi_header('location:http://p.lrlz.com/hfive/inoherb/index.html');
         }
     }