This commit is contained in:
xiaojunnuo
2024-10-12 18:30:40 +08:00
parent 67ba17286c
commit 5601bc4ab2
4 changed files with 55 additions and 5 deletions
@@ -72,3 +72,10 @@ export async function SysSettingsSave(data: SysSettings) {
data: data
});
}
export async function TestProxy() {
return await request({
url: apiPrefix + "/testProxy",
method: "post"
});
}