mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: vip modal content转到单独的组件中
This commit is contained in:
@@ -15,3 +15,10 @@ export async function getVipTrial(vipType: string) {
|
||||
data: { vipType },
|
||||
});
|
||||
}
|
||||
|
||||
export async function getTodayVipOrderCount() {
|
||||
return await request({
|
||||
url: "/sys/plus/getTodayVipOrderCount",
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user