mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-06-02 05:49:42 +08:00
优化插件更新逻辑
This commit is contained in:
@@ -234,6 +234,8 @@ class PayController
|
||||
} else {
|
||||
return '监听收款配置文件名错误';
|
||||
}
|
||||
// 当前站点
|
||||
$user_config['host'] = \request()->domain();
|
||||
// 实例化支付类
|
||||
$Mpay = new \MpayClass($user_config);
|
||||
// 获取订单
|
||||
|
||||
Reference in New Issue
Block a user