feat: update player

This commit is contained in:
yanghao05
2025-04-29 11:24:54 +08:00
parent ee21908887
commit c9740e6403
7 changed files with 81 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ export const postApi = {
return client.get(`/posts/${id}/play`);
},
show(id) {
return client.get(`/posts/${id}`);
return client.get(`/posts/${id}/show`);
},
mine({ page = 1, limit = 10 } = {}) {
return client.get('/posts/mine', {