fix: make move content
This commit is contained in:
@@ -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",
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user