perf: 专业版试用,无需绑定账号

This commit is contained in:
xiaojunnuo
2024-11-17 01:06:27 +08:00
parent c6488b58f5
commit c7c4318c11
5 changed files with 42 additions and 5 deletions
@@ -7,3 +7,11 @@ export async function doActive(form: any) {
data: form
});
}
export async function getVipTrial() {
return await request({
url: "/sys/plus/getVipTrial",
method: "post",
data: {}
});
}