- @baseUrl = http://localhost:8080/moutai
- @token = your_jwt_token_here
- ### 更新首页内容
- POST {{baseUrl}}/admin/home/content
- Authorization: Bearer {{token}}
- Content-Type: application/json
- {
- "content": "首页内容HTML或富文本"
- }
- ### 获取首页内容
- GET {{baseUrl}}/admin/home/content
|