DELETE /materials/{id} HTTP/1.1 Host: api Accept: */*
OK
{ "code": 1, "message": "text", "data": true, "success": true }
download
GET /materials/{id} HTTP/1.1 Host: api Accept: */*
No content
COMMON
LOGO
FAVICON
POST /materials HTTP/1.1 Host: api Content-Type: application/json Accept: */* Content-Length: 52 { "filename": "text", "content": "text", "type": "COMMON" }
{ "code": 1, "message": "text", "data": { "id": "text", "filename": "text" }, "success": true }