#### 业务场景
我这里类似于sass结构的 框架使用的webman 数据库使用的mysql8.0+thinkorm连接
业务需要:数据库是根据每家商户进行分库存储的,通过中间件进行数据库动态切换连接php
public function process(Request $request, callable $handler): Response
{
//请求控制器白名单,不能进行数据库模型操作,只用于回调接收数据
$whiteController = Config::get('white_api_secret.white_controller');
$controller获取商户ID
$merchant_id = $request->header('X-Merchant-ID');
}
// 检查商户ID是否有效;
}
# 如果不存在直接退出
if (!