feat: make gpage

This commit is contained in:
zzc
2026-01-21 23:58:21 +08:00
parent 25de38a1f5
commit 6742776e64
2 changed files with 132 additions and 68 deletions

View File

@@ -15,3 +15,10 @@ export const updateCard = async (data) => {
data,
});
};
export const getCardTemplateList = async (page = 1) => {
return request({
url: "/api/blessing/card/template/list?page=" + page,
method: "GET",
});
};