2900 lines
77 KiB
JSON
2900 lines
77 KiB
JSON
[
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.AlbumsController",
|
|
"Method": "Get",
|
|
"RelativePath": "api/albums",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.AlbumsOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.AlbumsService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/albums/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddAlbumsInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Albums, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/albums/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.AlbumsService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/albums/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateAlbumsInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.AlbumsService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/albums/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Type",
|
|
"Type": "System.Nullable\u00601[[Easy.Admin.Core.Enum.CoverType, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.AlbumsPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.AlbumsController",
|
|
"Method": "Pictures",
|
|
"RelativePath": "api/albums/pictures",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "AlbumId",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.PictureOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Albums, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/albums/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.AppController",
|
|
"Method": "Info",
|
|
"RelativePath": "api/app/info",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Client.Dtos.BlogOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.AppController",
|
|
"Method": "Links",
|
|
"RelativePath": "api/app/links",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Client.Dtos.FriendLinkOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Get",
|
|
"RelativePath": "api/article",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "TagId",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "CategoryId",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Keyword",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.ArticleOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.ArticleService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/article/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddArticleInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Categories",
|
|
"RelativePath": "api/article/categories",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Client.Dtos.CategoryOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Article, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/article/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.ArticleService",
|
|
"Method": "Detail",
|
|
"RelativePath": "api/article/detail",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Blog.Dtos.ArticleDetailOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.ArticleService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/article/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateArticleInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Info",
|
|
"RelativePath": "api/article/info",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Client.Dtos.ArticleInfoOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Latest",
|
|
"RelativePath": "api/article/latest",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Client.Dtos.ArticleBasicsOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.ArticleService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/article/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Title",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "CategoryId",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.ArticlePageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Report",
|
|
"RelativePath": "api/article/report",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Client.Dtos.ArticleReportOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Article, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/article/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.ArticleController",
|
|
"Method": "Tags",
|
|
"RelativePath": "api/article/tags",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Client.Dtos.TagsOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Auth.AuthService",
|
|
"Method": "Captcha",
|
|
"RelativePath": "api/auth/captcha",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Auth.AuthService",
|
|
"Method": "SignIn",
|
|
"RelativePath": "api/auth/signin",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Auth.Dtos.AdminLoginInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.AuthAccountService",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/authaccount/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.AuthAccountService",
|
|
"Method": "List",
|
|
"RelativePath": "api/authaccount/list",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.User.Dtos.AuthAccountPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.AuthAccountService",
|
|
"Method": "SetBlogger",
|
|
"RelativePath": "api/authaccount/setblogger",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.CategoryService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/category/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddCategoryInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Categories, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/category/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.CategoryService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/category/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateCategoryInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.CategoryService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/category/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Blog.Dtos.CategoryPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Categories, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/category/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.CategoryService",
|
|
"Method": "TreeSelect",
|
|
"RelativePath": "api/category/treeselect",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.TreeSelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.CommentController",
|
|
"Method": "Get",
|
|
"RelativePath": "api/comment",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Id",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.CommentOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.CommentController",
|
|
"Method": "Add",
|
|
"RelativePath": "api/comment",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Client.Dtos.AddCommentInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.CommentController",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/comment/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.CommentController",
|
|
"Method": "Praise",
|
|
"RelativePath": "api/comment/praise",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.CommentController",
|
|
"Method": "ReplyList",
|
|
"RelativePath": "api/comment/replylist",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Id",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.ReplyOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "AddConfig",
|
|
"RelativePath": "api/customconfig/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Config.Dtos.AddCustomConfigInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.CustomConfig, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/customconfig/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "DeleteClass",
|
|
"RelativePath": "api/customconfig/deleteclass",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "UpdateConfig",
|
|
"RelativePath": "api/customconfig/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Config.Dtos.UpdateCustomConfigInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "Generate",
|
|
"RelativePath": "api/customconfig/generate",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "GetConfig",
|
|
"RelativePath": "api/customconfig/getconfig",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "code",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Object, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "GetFormJson",
|
|
"RelativePath": "api/customconfig/getformjson",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "itemid",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Config.Dtos.CustomConfigDetailOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/customconfig/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Code",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Config.Dtos.CustomConfigPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigService",
|
|
"Method": "SetJson",
|
|
"RelativePath": "api/customconfig/setjson",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Config.Dtos.CustomConfigSetJsonInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.CustomConfig, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/customconfig/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigItemService",
|
|
"Method": "AddItem",
|
|
"RelativePath": "api/customconfigitem/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Config.Dtos.AddCustomConfigItemInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.CustomConfigItem, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/customconfigitem/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigItemService",
|
|
"Method": "UpdateItem",
|
|
"RelativePath": "api/customconfigitem/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Config.Dtos.UpdateCustomConfigItemInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Config.CustomConfigItemService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/customconfigitem/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Newtonsoft.Json.Linq.JObject, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.CustomConfigItem, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/customconfigitem/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.File.FileService",
|
|
"Method": "Upload",
|
|
"RelativePath": "api/file/upload",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "file",
|
|
"Type": "Microsoft.AspNetCore.Http.IFormFile",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Collections.Generic.List\u00601[[Easy.Admin.Application.File.Dtos.UploadFileOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.FriendLinkService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/friendlink/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddFriendLinkInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.FriendLink, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/friendlink/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.FriendLinkService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/friendlink/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateFriendLinkInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.FriendLinkService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/friendlink/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "SiteName",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.FriendLinkPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.FriendLink, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/friendlink/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.OAuthController",
|
|
"Method": "Get",
|
|
"RelativePath": "api/oauth/{type}",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "type",
|
|
"Type": "System.String",
|
|
"IsRequired": true
|
|
},
|
|
{
|
|
"Name": "referer",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.OAuthController",
|
|
"Method": "Callback",
|
|
"RelativePath": "api/oauth/{type}/callback",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "type",
|
|
"Type": "System.String",
|
|
"IsRequired": true
|
|
},
|
|
{
|
|
"Name": "code",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "state",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.OAuthController",
|
|
"Method": "AddLink",
|
|
"RelativePath": "api/oauth/link",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Client.Dtos.AddLinkOutput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.OAuthController",
|
|
"Method": "Login",
|
|
"RelativePath": "api/oauth/login/{code}",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "code",
|
|
"Type": "System.String",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.OAuthController",
|
|
"Method": "UserInfo",
|
|
"RelativePath": "api/oauth/userinfo",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Client.Dtos.OAuthAccountDetailOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.PicturesService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/pictures/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddPictureInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.PicturesService",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/pictures/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.PicturesService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/pictures/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.PicturesPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "AddMenu",
|
|
"RelativePath": "api/sysmenu/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Menu.Dtos.AddSysMenuInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/sysmenu/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "Detail",
|
|
"RelativePath": "api/sysmenu/detail",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Menu.Dtos.SysMenuDetailOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "UpdateMenu",
|
|
"RelativePath": "api/sysmenu/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Menu.Dtos.UpdateSysMenuInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/sysmenu/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Menu.Dtos.SysMenuPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "PermissionMenus",
|
|
"RelativePath": "api/sysmenu/permissionmenus",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Menu.Dtos.RouterOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/sysmenu/setstatus",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "TreeMenuButton",
|
|
"RelativePath": "api/sysmenu/treemenubutton",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.TreeSelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Menu.SysMenuService",
|
|
"Method": "TreeSelect",
|
|
"RelativePath": "api/sysmenu/treeselect",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.TreeSelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Logging.SysOperationLogService",
|
|
"Method": "Clear",
|
|
"RelativePath": "api/sysoperationlog/clear",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Logging.SysOperationLogService",
|
|
"Method": "List",
|
|
"RelativePath": "api/sysoperationlog/list",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Keyword",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "LogLevel",
|
|
"Type": "System.Nullable\u00601[[Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Account",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Logging.Dtos.OperationLogPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Organization.SysOrganizationService",
|
|
"Method": "AddOrg",
|
|
"RelativePath": "api/sysorganization/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Organization.Dtos.AddOrgInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.SysOrganization, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/sysorganization/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Organization.SysOrganizationService",
|
|
"Method": "UpdateOrg",
|
|
"RelativePath": "api/sysorganization/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Organization.Dtos.UpdateOrgInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Organization.SysOrganizationService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/sysorganization/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Application.Organization.Dtos.SysOrgPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.SysOrganization, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/sysorganization/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Organization.SysOrganizationService",
|
|
"Method": "TreeSelect",
|
|
"RelativePath": "api/sysorganization/treeselect",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.TreeSelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "AddRole",
|
|
"RelativePath": "api/sysrole/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Role.Dtos.AddSysRoleInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/sysrole/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "UpdateRole",
|
|
"RelativePath": "api/sysrole/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Role.Dtos.UpdateSysRoleInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "GetRuleMenu",
|
|
"RelativePath": "api/sysrole/getrulemenu",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/sysrole/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Role.Dtos.SysRolePageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "RoleSelect",
|
|
"RelativePath": "api/sysrole/roleselect",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.SelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Role.SysRoleService",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/sysrole/setstatus",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Logging.SysSigninLogService",
|
|
"Method": "List",
|
|
"RelativePath": "api/syssigninlog/list",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Keyword",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "LogLevel",
|
|
"Type": "System.Nullable\u00601[[Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Account",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Logging.Dtos.SigninLogPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "AddUser",
|
|
"RelativePath": "api/sysuser/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.User.Dtos.AddSysUserInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "ChangePassword",
|
|
"RelativePath": "api/sysuser/changepassword",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.User.Dtos.ChangePasswordOutput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "CurrentUserInfo",
|
|
"RelativePath": "api/sysuser/currentuserinfo",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.User.Dtos.SysUserInfoOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.SysUser, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/sysuser/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "Detail",
|
|
"RelativePath": "api/sysuser/detail",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.User.Dtos.UpdateSysUserInput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "UpdateUser",
|
|
"RelativePath": "api/sysuser/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.User.Dtos.UpdateSysUserInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/sysuser/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Account",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "OrgId",
|
|
"Type": "System.Nullable\u00601[[System.Int64, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Mobile",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.User.Dtos.SysUserPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "Reset",
|
|
"RelativePath": "api/sysuser/reset",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.User.Dtos.ResetPasswordInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.SysUser, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/sysuser/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "UpdateCurrentUser",
|
|
"RelativePath": "api/sysuser/updatecurrentuser",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.User.Dtos.UpdateCurrentUserInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.User.SysUserService",
|
|
"Method": "UploadAvatar",
|
|
"RelativePath": "api/sysuser/uploadavatar",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "url",
|
|
"Type": "System.String",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TagsService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/tags/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddTagInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Tags, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/tags/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TagsService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/tags/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateTagInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TagsService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/tags/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Name",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.TagsPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TagsService",
|
|
"Method": "Select",
|
|
"RelativePath": "api/tags/select",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[System.Collections.Generic.List\u00601[[Easy.Admin.Core.Shared.SelectOutput, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Tags, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/tags/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.TalksController",
|
|
"Method": "Get",
|
|
"RelativePath": "api/talks",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Client.Dtos.TalksOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TalksService",
|
|
"Method": "Add",
|
|
"RelativePath": "api/talks/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.AddTalksInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Talks, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "Delete",
|
|
"RelativePath": "api/talks/delete",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.KeyDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TalksService",
|
|
"Method": "Update",
|
|
"RelativePath": "api/talks/edit",
|
|
"HttpMethod": "PUT",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Application.Blog.Dtos.UpdateTalksInput",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Blog.TalksService",
|
|
"Method": "Page",
|
|
"RelativePath": "api/talks/page",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "Keyword",
|
|
"Type": "System.String",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageNo",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Name": "PageSize",
|
|
"Type": "System.Int32",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[SqlSugar.PageResult\u00601[[Easy.Admin.Application.Blog.Dtos.TalksPageOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.BaseService\u00601[[Easy.Admin.Core.Entities.Talks, YD_Event.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"Method": "SetStatus",
|
|
"RelativePath": "api/talks/setstatus",
|
|
"HttpMethod": "PATCH",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "dto",
|
|
"Type": "Easy.Admin.Core.Shared.AvailabilityDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Void",
|
|
"MediaTypes": [],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "Easy.Admin.Application.Client.TalksController",
|
|
"Method": "TalkDetail",
|
|
"RelativePath": "api/talks/talkdetail",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "id",
|
|
"Type": "System.Int64",
|
|
"IsRequired": false
|
|
}
|
|
],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "Furion.UnifyResult.RESTfulResult\u00601[[Easy.Admin.Application.Client.Dtos.TalkDetailOutput, YD_Event.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
}
|
|
] |