fix: make move content

This commit is contained in:
zzc
2026-02-06 01:15:47 +08:00
parent 27fe2e5a52
commit 88f06d0b42
2 changed files with 266 additions and 216 deletions

View File

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