7 Star 47 Fork 6

武汉爱码农网络科技有限公司/易吉聚合支付系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
workerstart.php 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php// 绑定访问Workerman模块define('BIND_MODULE','Workerman');// 绑定访问Index控制器define('BIND_CONTROLLER','Workerman');// 绑定访问index操作define('BIND_ACTION','index');define('APP_DEBUG',false);// 定义应用目录define('APP_PATH','/Application/');// 引入ThinkPHP入口文件require '/ThinkPHP/ThinkPHP.php';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zyzyzzy/eger-aggregate-payment-system.git
git@gitee.com:zyzyzzy/eger-aggregate-payment-system.git
zyzyzzy
eger-aggregate-payment-system
易吉聚合支付系统
master

搜索帮助