mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-12-26 17:36:00 +08:00
优化插件更新逻辑
This commit is contained in:
@@ -31,4 +31,10 @@ class PluginController extends BaseController
|
||||
return json(\backMsg(1, '失败'));
|
||||
}
|
||||
}
|
||||
// 插件选项
|
||||
public function pluginOption()
|
||||
{
|
||||
$option = Platform::field('platform,name')->where('state', 1)->select();
|
||||
return json($option);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user