feat: complete wechat pay
This commit is contained in:
@@ -26,6 +26,6 @@ export const postApi = {
|
||||
});
|
||||
},
|
||||
buy(id) {
|
||||
return client.post(`/posts/buy/${id}`);
|
||||
return client.post(`/posts/${id}/buy`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user