Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ashermed.sinointerface.tccallcrm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guanghui.jia
ashermed.sinointerface.tccallcrm
Commits
cfcd4c98
Commit
cfcd4c98
authored
Feb 21, 2022
by
Tangtang1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a1a4fe17
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
ASHermed.SinoInterface.WebApi.csproj
...SinoInterface.WebApi/ASHermed.SinoInterface.WebApi.csproj
+1
-0
FolderProfile.pubxml
...ce.WebApi/Properties/PublishProfiles/FolderProfile.pubxml
+2
-6
Startup.cs
...inoInterface.API/ASHermed.SinoInterface.WebApi/Startup.cs
+1
-1
No files found.
ASHermed.SinoInterface.API/ASHermed.SinoInterface.WebApi/ASHermed.SinoInterface.WebApi.csproj
View file @
cfcd4c98
...
@@ -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>
...
...
ASHermed.SinoInterface.API/ASHermed.SinoInterface.WebApi/Properties/PublishProfiles/FolderProfile.pubxml
View file @
cfcd4c98
...
@@ -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>
Tru
e
</DeleteExistingFiles>
<DeleteExistingFiles>
Fals
e
</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:\发布网站\
sinoapp
interface
</PublishUrl>
<PublishUrl>
D:\发布网站\
tccallcrm
interface
</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
ASHermed.SinoInterface.API/ASHermed.SinoInterface.WebApi/Startup.cs
View file @
cfcd4c98
...
@@ -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
);
}
}
});
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment