fix: msg
This commit is contained in:
@@ -29,3 +29,11 @@ export const getCardTemplateContentList = async () => {
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
export const getCardTemplateTitleList = async (page = 1) => {
|
||||
return request({
|
||||
url: "/api/blessing/card/template-title/list?page=" + page,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user