gwang %!s(int64=5) %!d(string=hai) anos
pai
achega
daec85248b

+ 0 - 1
Gameserver/Amfphp/configs/config_and.php

@@ -28,7 +28,6 @@ class config_and extends config {
      * 外网paydb
      */
     protected function _InitOuterNetPaydb() {
-        $this->paydb->host = '10.66.108.49';
         $this->paydb->host = '127.0.0.1';
         $this->paydb->port = '3306';
         $this->paydb->name = 'ylsj2019_pay';

+ 1 - 1
Gameserver/Amfphp/service_call/cmemdata/kvflush.php

@@ -127,7 +127,7 @@ class kvflush {
                 return CodeGen_Folder;
             }
         }
-        return ROOTDIR . '/Configs/data/';
+        return ROOTDIR . '/configs/data/';
     }
 
     private static function writePHPFile($key, $value) {