RuoYi-Vue-Plus/ruoyi-site/ruoyi-h5/doc/http/h5-projects.http
2025-11-14 09:34:19 +08:00

75 lines
1.7 KiB
HTTP

### H5
GET http://localhost:19200/h5/h5-projects
Accept: application/json
### H5
GET http://localhost:19200/h5/h5-projects/page?pageNum=1&pageSize=10
Accept: application/json
### IDH5
GET http://localhost:19200/h5/h5-projects/1
Accept: application/json
### H5
POST http://localhost:19200/h5/h5-projects
Content-Type: application/json
{
"type": "type1",
"title": "",
"content": {
"version": "6.0.0",
"type": "poster",
"global": {
"zoom": 0.582425068119891,
"dpi": 72,
"unit": "px"
},
"layouts": []
},
"contentUpdatedAt": 1620000000,
"description": "",
"previewUrl": "http://example.com/preview.jpg",
"previewUrlWatermark": "http://example.com/preview-watermark.jpg",
"previewWidth": 375,
"previewHeight": 667,
"status": 1,
"groupIds": [1, 2]
}
### H5
PUT http://localhost:19200/h5/h5-projects/1
Content-Type: application/json
{
"type": "type1",
"title": "",
"content": {
"version": "6.0.0",
"type": "poster",
"global": {
"zoom": 0.582425068119891,
"dpi": 72,
"unit": "px"
},
"layouts": [
{
"title": " 1",
"width": 750,
"height": 1468
}
]
},
"contentUpdatedAt": 1620000001,
"description": "",
"previewUrl": "http://example.com/preview2.jpg",
"previewUrlWatermark": "http://example.com/preview2-watermark.jpg",
"previewWidth": 375,
"previewHeight": 667,
"status": 1,
"groupIds": [1, 3]
}
### H5
DELETE http://localhost:19200/h5/h5-projects/1
Accept: application/json