fix: pay noticy api

This commit is contained in:
zzc
2026-01-30 16:03:30 +08:00
parent 17b11a1df1
commit cd3423a587
2 changed files with 26 additions and 30 deletions

View File

@@ -7,3 +7,10 @@ export const createOrder = async (data) => {
data,
});
};
export const getVipPlan = async () => {
return request({
url: "/api/blessing/vip/plan",
method: "GET",
});
};