后端服务器
Go to file
air c76f39f0d0 【类 型】:feat
【原  因】:数据库 订单表 新加 同意退款时间 字段,相应位置取的时候 获取此字段
【过  程】:字段里面 添加refundargee_time字段
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2025-01-20 17:41:54 +08:00
Data/UploadFiles 【类 型】: 2024-12-12 19:04:15 +08:00
dist
FlyCube 【类 型】:feat 2025-01-20 17:41:54 +08:00
Public
ThinkPHP
vendor
.gitignore 【类 型】:fix 2024-12-12 17:59:10 +08:00
.htaccess 【类 型】: 2024-09-24 12:12:13 +08:00
composer.json
composer.lock
flyCube.php
index.html
readme.md
upload.php

项目名称

无人机地面站及送餐小程序后台。

目录

安装

系统要求

  • Apache 版本 2.4.43
  • MySQL 版本 8.0.12
  • PHP 版本 8.0.2nts
  • composer 版本 2.5.8
  • 需要的扩展列表curl fileinfo gd gettext mbstring mysqli openssl pdo_mysql

通过 Composer 安装

// 主入口 引入Composer生成的自动加载器文件
require __DIR__ . '/vendor/autoload.php';

//初始化
composer init