1 Star 0 Fork 84

homeleaf / 刷脸支付-pay-crm-osc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
think 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuqing 提交于 2020-06-08 14:21 . init
#!/usr/bin/env php
<?php
define('_ROOT_', preg_replace('/[\/\\\\]{1,}/', '/', __DIR__ . '/'));
define('_DATA_', _ROOT_ . 'data/');
define('_LOGS_', _DATA_ . 'logs/');
define('_TEMP_', _DATA_ . 'temp/');
define('APP_PATH', _ROOT_ . 'application/');
require __DIR__ . '/thinkphp/console.php';
PHP
1
https://gitee.com/homeleaf/pay-crm-osc.git
git@gitee.com:homeleaf/pay-crm-osc.git
homeleaf
pay-crm-osc
刷脸支付-pay-crm-osc
master

搜索帮助