mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-12 13:43:44 +08:00
插件管理更新
This commit is contained in:
@@ -32,7 +32,7 @@ class PayAccount extends BaseModel
|
||||
return [];
|
||||
}
|
||||
// 加载插件配置
|
||||
$payplugin_config = require_once $payplugin_path;
|
||||
$payplugin_config = require $payplugin_path;
|
||||
$option = [];
|
||||
foreach ($payplugin_config as $config) {
|
||||
$option[$config['platform']] = $config['name'];
|
||||
|
||||
Reference in New Issue
Block a user