chore: product info

This commit is contained in:
xiaojunnuo
2025-04-27 22:51:47 +08:00
parent 605440812f
commit 8087524bef
136 changed files with 124 additions and 7122 deletions
@@ -109,3 +109,11 @@ export async function sendEmailCode(data: any): Promise<any> {
data,
});
}
export async function getProductInfo(): Promise<any> {
return await request({
url: "/basic/settings/productInfo",
method: "get",
silent: true,
});
}