This commit is contained in:
2025-06-26 13:56:00 +08:00
parent 5147d79bff
commit dcd277835b
16 changed files with 190 additions and 9 deletions

View File

@@ -404,6 +404,13 @@ const system = {
data: data
});
},
getPoster: async (data) => {
return request({
method: MethodsENUM.POST,
url: "/user/getPoster",
data: data
});
},
}
export default system;