|
@@ -10,6 +10,7 @@ using Microsoft.AspNetCore.Mvc;
|
|
|
using Microsoft.AspNetCore.Server.Kestrel.Core;
|
|
|
using Microsoft.Extensions.FileProviders;
|
|
|
using Middleware;
|
|
|
+using MySystem;
|
|
|
using Services;
|
|
|
using SummerBoot.Core;
|
|
|
using Util;
|
|
@@ -128,6 +129,7 @@ app.MapControllers();
|
|
|
// PrizeDo.sendPrize(7, "{\"OrderNo\":\"BM2024090817330511847441249\"}");
|
|
|
// PrizeDo.sendPrize(7, "{\"OrderNo\":\"BM2024090817360962275551251\"}");
|
|
|
|
|
|
+RabbitMQClient.Instance.StartReceive("PRIZE_SEND_QUEUE", "PRIZE_SEND_QUEUE", "/");
|
|
|
|
|
|
|
|
|
app.Run();
|