home.http 302 B

1234567891011121314
  1. @baseUrl = http://localhost:8080/moutai
  2. @token = your_jwt_token_here
  3. ### 更新首页内容
  4. POST {{baseUrl}}/admin/home/content
  5. Authorization: Bearer {{token}}
  6. Content-Type: application/json
  7. {
  8. "content": "首页内容HTML或富文本"
  9. }
  10. ### 获取首页内容
  11. GET {{baseUrl}}/admin/home/content