feat: add users page

This commit is contained in:
yanghao05
2025-04-10 21:04:35 +08:00
parent ed27cb3534
commit 5a63eee1ce
22 changed files with 797 additions and 60 deletions

View File

@@ -46,4 +46,8 @@ GET {{host}}/v1/admin/posts?page=1&limit=10&keyword=99123 HTTP/1.1
Content-Type: application/json
### delete posts
DELETE {{host}}/v1/admin/posts/103 HTTP/1.1
DELETE {{host}}/v1/admin/posts/103 HTTP/1.1
### get users
GET {{host}}/v1/admin/users HTTP/1.1
Content-Type: application/json