fix: pk comment

This commit is contained in:
zzc
2026-06-15 23:14:05 +08:00
parent 88f4220432
commit b79e1e8204
5 changed files with 823 additions and 8 deletions

View File

@@ -71,5 +71,17 @@ export const likeComment = async (data) => {
});
};
/**
* 获取用户 pk 列表
* @param { page: number }
*/
export const fetchUserPkList = async (data) => {
return request({
url: "/api/rating/personal/pk/list",
method: "GET",
data,
});
};