Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
f023186f
Commit
f023186f
authored
Oct 22, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fe47a71b
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
13 deletions
+14
-13
StoreTypeEnum.cs
Mall.Common/Enum/MallBase/StoreTypeEnum.cs
+6
-6
EducationToImageServer.Designer.cs
Mall.Education/EducationToImageServer.Designer.cs
+0
-0
EducationToImageServer.cs
Mall.Education/EducationToImageServer.cs
+0
-0
Mall.Education.csproj
Mall.Education/Mall.Education.csproj
+6
-6
RabbiMQManager.cs
Mall.Education/RabbitMQ/RabbiMQManager.cs
+1
-0
RB_File_Store.cs
Mall.Model/Entity/BaseSetUp/RB_File_Store.cs
+1
-1
No files found.
Mall.Common/Enum/MallBase/StoreTypeEnum.cs
View file @
f023186f
...
...
@@ -13,14 +13,14 @@ namespace Mall.Common.Enum.MallBase
[
EnumField
(
"腾讯云COS"
)]
Tencent
=
1
,
/// <summary>
/// 七牛云存储
/// </summary>
[
EnumField
(
"七牛云存储"
)]
QiNiu
=
2
,
/// <summary>
/// 阿里云
/// </summary>
[
EnumField
(
"阿里云"
)]
Alicloud
=
3
Alicloud
=
2
,
/// <summary>
/// 七牛云存储
/// </summary>
[
EnumField
(
"七牛云存储"
)]
QiNiu
=
3
,
}
}
Mall.Education/
RebornTimer
Server.Designer.cs
→
Mall.Education/
EducationToImage
Server.Designer.cs
View file @
f023186f
File moved
Mall.Education/
RebornTimer
Server.cs
→
Mall.Education/
EducationToImage
Server.cs
View file @
f023186f
File moved
Mall.Education/Mall.Education.csproj
View file @
f023186f
...
...
@@ -104,6 +104,12 @@
<Compile
Include=
"AliOSS\TransferUploadObject.cs"
/>
<Compile
Include=
"Config.cs"
/>
<Compile
Include=
"DBHelper\MySqlHelper.cs"
/>
<Compile
Include=
"EducationToImageServer.cs"
>
<SubType>
Component
</SubType>
</Compile>
<Compile
Include=
"EducationToImageServer.Designer.cs"
>
<DependentUpon>
EducationToImageServer.cs
</DependentUpon>
</Compile>
<Compile
Include=
"Helper\FileDataHelper.cs"
/>
<Compile
Include=
"Helper\LogHelper.cs"
/>
<Compile
Include=
"Model\GoodsModel.cs"
/>
...
...
@@ -120,12 +126,6 @@
<Compile
Include=
"RabbitMQ\ImageConverters.cs"
/>
<Compile
Include=
"RabbitMQ\RabbiMQManager.cs"
/>
<Compile
Include=
"RabbitMQ\Unrar.cs"
/>
<Compile
Include=
"RebornTimerServer.cs"
>
<SubType>
Component
</SubType>
</Compile>
<Compile
Include=
"RebornTimerServer.Designer.cs"
>
<DependentUpon>
RebornTimerServer.cs
</DependentUpon>
</Compile>
<Compile
Include=
"TXCOS\DeleteObject.cs"
/>
<Compile
Include=
"TXCOS\TransferCopyObject.cs"
/>
<Compile
Include=
"TXCOS\TransferDownloadObject.cs"
/>
...
...
Mall.Education/RabbitMQ/RabbiMQManager.cs
View file @
f023186f
...
...
@@ -77,6 +77,7 @@ namespace Mall.Education.RabbitMQ
catch
(
Exception
ex
)
{
Console
.
WriteLine
(
ex
.
Message
);
LogHelper
.
Write
(
ex
,
"出问题咯"
);
}
//回复确认
channel
.
BasicAck
(
ea
.
DeliveryTag
,
false
);
...
...
Mall.Model/Entity/BaseSetUp/RB_File_Store.cs
View file @
f023186f
...
...
@@ -42,7 +42,7 @@ namespace Mall.Model.Entity.BaseSetUp
public
string
Bucket
{
get
;
set
;
}
/// <summary>
/// 存储位置,1-腾讯云,2-
七牛
,3-其他
/// 存储位置,1-腾讯云,2-
阿里
,3-其他
/// </summary>
public
StoreTypeEnum
StoreType
{
get
;
set
;
}
...
...
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