|
@@ -1,684 +0,0 @@
|
|
|
-{
|
|
|
- "openapi": "3.0.1",
|
|
|
- "tags": [
|
|
|
- {
|
|
|
- "name": "图稿库"
|
|
|
- }
|
|
|
- ],
|
|
|
- "paths": {
|
|
|
- "/artworkLibrary/list": {
|
|
|
- "post": {
|
|
|
- "summary": "列表",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": "array",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkName": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿名称",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadImgUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿图片地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadFileUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿文件地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "createTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "创建时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "updateTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "修改时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/artworkLibrary/page": {
|
|
|
- "post": {
|
|
|
- "summary": "分页",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "pageNum",
|
|
|
- "pageSize"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "pageNum": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "页数",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "pageSize": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "每页大小",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "rows",
|
|
|
- "total"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "rows": {
|
|
|
- "type": "array",
|
|
|
- "required": null,
|
|
|
- "title": "分页数据",
|
|
|
- "properties": null,
|
|
|
- "items": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkName": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿名称",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadImgUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿图片地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadFileUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿文件地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "createTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "创建时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "updateTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "修改时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "total": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "总条数",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/artworkLibrary/detail": {
|
|
|
- "post": {
|
|
|
- "summary": "明细",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "id"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "图稿库id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkName": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿名称",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadImgUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿图片地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadFileUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿文件地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "createTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "创建时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "updateTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "修改时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/artworkLibrary/add": {
|
|
|
- "post": {
|
|
|
- "summary": "新增",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "artworkName": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿名称",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadImgUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿图片地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadFileUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿文件地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/artworkLibrary/edit": {
|
|
|
- "post": {
|
|
|
- "summary": "编辑",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkName": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿名称",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadImgUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿图片地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "artworkUploadFileUrl": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "图稿文件地址",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/artworkLibrary/delete": {
|
|
|
- "post": {
|
|
|
- "summary": "删除",
|
|
|
- "tags": [
|
|
|
- "图稿库"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "id"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "图稿库id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|