Commit f023186f authored by liudong1993's avatar liudong1993

1

parent fe47a71b
...@@ -13,14 +13,14 @@ namespace Mall.Common.Enum.MallBase ...@@ -13,14 +13,14 @@ namespace Mall.Common.Enum.MallBase
[EnumField("腾讯云COS")] [EnumField("腾讯云COS")]
Tencent = 1, Tencent = 1,
/// <summary> /// <summary>
/// 七牛云存储
/// </summary>
[EnumField("七牛云存储")]
QiNiu = 2,
/// <summary>
/// 阿里云 /// 阿里云
/// </summary> /// </summary>
[EnumField("阿里云")] [EnumField("阿里云")]
Alicloud = 3 Alicloud = 2,
/// <summary>
/// 七牛云存储
/// </summary>
[EnumField("七牛云存储")]
QiNiu = 3,
} }
} }
...@@ -104,6 +104,12 @@ ...@@ -104,6 +104,12 @@
<Compile Include="AliOSS\TransferUploadObject.cs" /> <Compile Include="AliOSS\TransferUploadObject.cs" />
<Compile Include="Config.cs" /> <Compile Include="Config.cs" />
<Compile Include="DBHelper\MySqlHelper.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\FileDataHelper.cs" />
<Compile Include="Helper\LogHelper.cs" /> <Compile Include="Helper\LogHelper.cs" />
<Compile Include="Model\GoodsModel.cs" /> <Compile Include="Model\GoodsModel.cs" />
...@@ -120,12 +126,6 @@ ...@@ -120,12 +126,6 @@
<Compile Include="RabbitMQ\ImageConverters.cs" /> <Compile Include="RabbitMQ\ImageConverters.cs" />
<Compile Include="RabbitMQ\RabbiMQManager.cs" /> <Compile Include="RabbitMQ\RabbiMQManager.cs" />
<Compile Include="RabbitMQ\Unrar.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\DeleteObject.cs" />
<Compile Include="TXCOS\TransferCopyObject.cs" /> <Compile Include="TXCOS\TransferCopyObject.cs" />
<Compile Include="TXCOS\TransferDownloadObject.cs" /> <Compile Include="TXCOS\TransferDownloadObject.cs" />
......
...@@ -77,6 +77,7 @@ namespace Mall.Education.RabbitMQ ...@@ -77,6 +77,7 @@ namespace Mall.Education.RabbitMQ
catch (Exception ex) catch (Exception ex)
{ {
Console.WriteLine(ex.Message); Console.WriteLine(ex.Message);
LogHelper.Write(ex, "出问题咯");
} }
//回复确认 //回复确认
channel.BasicAck(ea.DeliveryTag, false); channel.BasicAck(ea.DeliveryTag, false);
......
...@@ -42,7 +42,7 @@ namespace Mall.Model.Entity.BaseSetUp ...@@ -42,7 +42,7 @@ namespace Mall.Model.Entity.BaseSetUp
public string Bucket { get; set; } public string Bucket { get; set; }
/// <summary> /// <summary>
/// 存储位置,1-腾讯云,2-七牛,3-其他 /// 存储位置,1-腾讯云,2-阿里,3-其他
/// </summary> /// </summary>
public StoreTypeEnum StoreType { get; set; } public StoreTypeEnum StoreType { get; set; }
......
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