fix: recommend list
This commit is contained in:
@@ -45,3 +45,10 @@ export const viewRecord = async (data) => {
|
||||
data,
|
||||
});
|
||||
};
|
||||
|
||||
export const getRecommendList = async (page = 1) => {
|
||||
return request({
|
||||
url: `/api/blessing/recommend/list?page=${page}`,
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user