Commit cfcd4c98 authored by Tangtang1997's avatar Tangtang1997

update

parent a1a4fe17
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
<ItemGroup> <ItemGroup>
<Folder Include="Jobs\" /> <Folder Include="Jobs\" />
<Folder Include="Properties\PublishProfiles\" />
</ItemGroup> </ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
......
...@@ -4,17 +4,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ...@@ -4,17 +4,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
--> -->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<DeleteExistingFiles>True</DeleteExistingFiles> <DeleteExistingFiles>False</DeleteExistingFiles>
<ExcludeApp_Data>False</ExcludeApp_Data> <ExcludeApp_Data>False</ExcludeApp_Data>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform> <LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider> <PublishProvider>FileSystem</PublishProvider>
<PublishUrl>D:\发布网站\sinoappinterface</PublishUrl> <PublishUrl>D:\发布网站\tccallcrminterface</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod> <WebPublishMethod>FileSystem</WebPublishMethod>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>netcoreapp3.1</TargetFramework>
<ProjectGuid>df263ca6-e5a8-4344-940a-89a3271c427d</ProjectGuid>
<SelfContained>false</SelfContained>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -343,7 +343,7 @@ namespace ASHermed.SinoInterface.WebApi ...@@ -343,7 +343,7 @@ namespace ASHermed.SinoInterface.WebApi
{ {
foreach (var item in Provider.ApiVersionDescriptions) foreach (var item in Provider.ApiVersionDescriptions)
{ {
c.SwaggerEndpoint($"/swagger/{item.GroupName}/swagger.json", SysUtil.GetSystemId() + item.ApiVersion); c.SwaggerEndpoint($"/tccallcrminterface/swagger/{item.GroupName}/swagger.json", SysUtil.GetSystemId() + item.ApiVersion);
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment