mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: product info
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user