chore: comm trial

This commit is contained in:
xiaojunnuo
2025-08-15 00:11:48 +08:00
parent 962f8233b0
commit 94cbeba495
4 changed files with 30 additions and 18 deletions
@@ -8,10 +8,10 @@ export async function doActive(form: any) {
});
}
export async function getVipTrial() {
export async function getVipTrial(vipType:string) {
return await request({
url: "/sys/plus/getVipTrial",
method: "post",
data: {},
data: {vipType},
});
}