feat: make gpage tpl

This commit is contained in:
zzc
2026-01-22 08:28:34 +08:00
parent 083d52a5d7
commit da194c920c
2 changed files with 25 additions and 13 deletions

View File

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