Browse Source

代码整理

gwang 5 years ago
parent
commit
75edbf26df
2 changed files with 15 additions and 3 deletions
  1. 2 2
      Gameserver/Amfphp/process/PayProc.php
  2. 13 1
      Gameserver/nbproject/private/private.xml

+ 2 - 2
Gameserver/Amfphp/process/PayProc.php

@@ -2,9 +2,9 @@
 
 namespace loyalsoft;
 
-require_once ROOTDIR . '/process/PayProc/MLogType.php';                         // 日志类型定义
+require_once __DIR__ . '/PayProc/MLogType.php';                         // 日志类型定义
 if (PLAT == 'web') {
-    include_once ROOTDIR . '/process/PayProc/WebPayProc.php';
+    include_once __DIR__ . '/PayProc/WebPayProc.php';
 }
 //include_once ROOTDIR . '/Process/PayProc/YuanBaoPayProc.php';
 //include_once ROOTDIR . '/Process/StoreProc.php';

+ 13 - 1
Gameserver/nbproject/private/private.xml

@@ -12,8 +12,20 @@
     </editor-bookmarks>
     <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
         <group>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/PayProc/MLogType.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/UserProc.php</file>
             <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/HeroProc.php</file>
-            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/base/CmdCode.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/PreProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/config.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/PayProc/YuanBaoPayProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/util/CLog.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/configs/config_ios.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/service_call/cmemdata/kvflush.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/AutoLoad.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/process/PayProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/util/DebugHelper.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/main.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/configs/config_and.php</file>
         </group>
     </open-files>
 </project-private>