perf: 商业版支持配置证书申请插件参数

This commit is contained in:
xiaojunnuo
2026-04-25 04:12:26 +08:00
parent 24dff05f64
commit 7ac789c9c7
5 changed files with 41 additions and 9 deletions
@@ -135,3 +135,11 @@ export async function DoTest(req: { id: number; input: any }): Promise<void> {
data: req,
});
}
export async function GetPluginByName(name: string): Promise<PluginConfigBean> {
return await request({
url: apiPrefix + "/getPluginByName",
method: "post",
data: { name },
});
}