dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复优惠券点击立即使用弹出二维码问题 商家后台添加分销和超级分红 添加活动分享功能 添加商户提现功能
quanwei
2025-11-25
69110c094343fa111eee75b0a56fef7dd7995f8a
[companyProjecet.git]
/
admin
/
app
/
provider.php
1
2
3
4
5
6
7
8
9
<?php
use app\common\exception\ExceptionHandler;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandler::class,
];