Compare commits

...

2 Commits

Author SHA1 Message Date
tk
a4343a1d1a Merge branch 'master' of http://111.229.174.37:3000/Food/food_server 2024-06-12 16:30:01 +08:00
tk
9d6ce0568c 【类 型】:test
【主	题】:
【描	述】:公共函数测试
	[原因]:
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2024-06-12 16:29:53 +08:00

View File

@ -2,7 +2,7 @@
/*
* @Author: 4021673@qq.com
* @Date: 2022-05-27 23:52:59
* @LastEditTime: 2024-05-15 18:45:31
* @LastEditTime: 2024-06-12 16:29:16
* @Description: Do not edit
*/
// +----------------------------------------------------------------------
@ -39,5 +39,8 @@ define('APP_PATH', './FlyCube/');
// 引入Composer生成的自动加载器文件
require __DIR__ . '/vendor/autoload.php';
// 引入公共函数文件
require_once APP_PATH . '/FlyCube/Common/Common/functions.php';
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';