@baseUrl = http://192.168.110.131:8086/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