rabin пре 1 дан
родитељ
комит
2d3d3cefc8
3 измењених фајлова са 8 додато и 8 уклоњено
  1. 1 1
      boot.php
  2. 1 1
      config/manage.php
  3. 6 6
      config/setting.php

+ 1 - 1
boot.php

@@ -1,6 +1,6 @@
 <?php
 define('DEVER_ENTRY', 'index.php');
-define('DEVER_PROJECT', 'yuandaibao_v2');
+define('DEVER_PROJECT', 'yuandaibao_v1');
 define('DEVER_PROJECT_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 if (defined('DEVER_PACKAGE')) {
 	include('dever2/package/'.DEVER_PACKAGE.'/index.php');

+ 1 - 1
config/manage.php

@@ -3,7 +3,7 @@
 return [
 
     # 设置控制台数据
-    //'console' => 'place_order/manage/source/stat.getConsole',
+    //'console' => 'Porder/Manage/Source/Stat.getConsole',
 
     # 设置系统
     'system' => [

+ 6 - 6
config/setting.php

@@ -9,21 +9,21 @@ return [
     # 定义类型 互动使用的
     'type' => [
         # 资源
-        1 => 'place_source/info',
-        2 => 'place_source/content',
-        3 => 'place_act/review',
+        1 => 'Pource/info',
+        2 => 'Psource/content',
+        3 => 'Pact/review',
     ],
 
     # 哪个项目支持接口标准输出再定义
-    'output_app' => ['place_interface'],
+    'output_app' => ['Pinterface'],
     # 接口标准输出再定义
     'output' => [
         # 这里可以将框架自带的接口标准输出标识改成其他,如code、status、data改名
         //'code' => 'codeId',# 直接改成codeId
         //'data' => ['test', 'e'], # 将原来data数组里的e提取出来,赋值给test
         # 扩展输出
-        'u' => 'place_interface/core.getUpdate',
-        'v' => 'place_interface/core.getVersion',
+        'u' => 'Pinterface/Lib/Core.getUpdate',
+        'v' => 'Pinterface/Lib/Core.getVersion',
     ],
 
     # 路由解析设置