kevin_zhangl 3 лет назад
Родитель
Сommit
5e166e1154

+ 7 - 2
.gitignore

@@ -15,9 +15,14 @@ Desktop.ini
 */.idea
 /.idea/*
 
-#composer.json
+.vscode
 
 #App
 common/config/config.php
 vender
-frontendApi/web/pdfs/
+frontendApi/web/pdfs/
+#composer.json
+composer.lock
+
+frontendApi/web/index.php
+backendApi/web/index.php

+ 2 - 1
backendApi/web/.gitignore

@@ -2,4 +2,5 @@
 /test.php
 upload
 /upload/excelExport
-/upload/excel_export
+/upload/excel_export
+index.php

+ 2 - 1
frontendApi/web/.gitignore

@@ -1,2 +1,3 @@
 /index-test.php
-/test.php
+/test.php
+index.php

+ 1 - 2
vendor/composer/autoload_files.php

@@ -10,9 +10,9 @@ return array(
     '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
     'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
     '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
-    '6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
     'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
     '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
+    '6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
     '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
     'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
     '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
@@ -22,5 +22,4 @@ return array(
     '2c102faa651ef8ea5874edb585946bce' => $vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
     '180092cfc969a12e06f2132a203a3184' => $vendorDir . '/codeception/verify/src/Codeception/function.php',
     '324ed432fb3bc4ce66a8ced2429457bc' => $baseDir . '/common/helpers/LoggerTool.php',
-    '8cffc3ae1ec07087dc0e215211142489' => $baseDir . '/common/helpers/Constant.php',
 );

+ 1 - 2
vendor/composer/autoload_static.php

@@ -11,9 +11,9 @@ class ComposerStaticInitfefd691d76b71aadb785cf30e72d29ac
         '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
         '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
-        '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
         'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
         '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
+        '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
         '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
         'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
         '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
@@ -23,7 +23,6 @@ class ComposerStaticInitfefd691d76b71aadb785cf30e72d29ac
         '2c102faa651ef8ea5874edb585946bce' => __DIR__ . '/..' . '/swiftmailer/swiftmailer/lib/swift_required.php',
         '180092cfc969a12e06f2132a203a3184' => __DIR__ . '/..' . '/codeception/verify/src/Codeception/function.php',
         '324ed432fb3bc4ce66a8ced2429457bc' => __DIR__ . '/../..' . '/common/helpers/LoggerTool.php',
-        '8cffc3ae1ec07087dc0e215211142489' => __DIR__ . '/../..' . '/common/helpers/Constant.php',
     );
 
     public static $prefixLengthsPsr4 = array (