feat: add post buy count

This commit is contained in:
yanghao05
2025-04-18 22:10:28 +08:00
parent 2cb7960302
commit 192bd07b9e
13 changed files with 429 additions and 11 deletions

View File

@@ -39,8 +39,9 @@ GET {{host}}/v1/admin/medias HTTP/1.1
Content-Type: application/json
### get posts
GET {{host}}/v1/admin/posts HTTP/1.1
GET {{host}}/v1/admin/posts?page=10 HTTP/1.1
Content-Type: application/json
Authorization: {{token}}
### get posts with keyword
GET {{host}}/v1/admin/posts?page=1&limit=10&keyword=99123 HTTP/1.1