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