|
@@ -139,11 +139,11 @@ namespace MySystem
|
|
|
|
|
|
|
|
|
app.UseStaticFiles();
|
|
|
- app.UseStaticFiles(new StaticFileOptions
|
|
|
- {
|
|
|
- FileProvider = new PhysicalFileProvider(AppContext.BaseDirectory + "/static"),
|
|
|
- RequestPath = "/static"
|
|
|
- });
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -190,36 +190,36 @@ namespace MySystem
|
|
|
}
|
|
|
if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
|
{
|
|
|
- GetTencentAddressInfoService.Instance.Start();
|
|
|
- UpdateSignUrlService.Instance.Start();
|
|
|
- MerchantConfirmService.Instance.Start();
|
|
|
- CheckAlipaySignService.Instance.Start();
|
|
|
- CheckWeChatSignService.Instance.Start();
|
|
|
- AlipayPayBackService.Instance.Start();
|
|
|
- AlipayPayBackService.Instance.StartProfitShare();
|
|
|
- WeChatPayBackService.Instance.Start();
|
|
|
- WeChatPayBackService.Instance.StartProfitShare();
|
|
|
-
|
|
|
- ProfitHelper.Instance.StartListenTrade();
|
|
|
- ProfitHelper.Instance.StartListenWxTrade();
|
|
|
- ProfitHelper.Instance.StartSetDivi();
|
|
|
- ProfitShareService.Instance.Start();
|
|
|
- AlipayShareService.Instance.Start();
|
|
|
- WeChatPayBackService.Instance.StartDivi();
|
|
|
- AlipayPayBackService.Instance.StartDivi();
|
|
|
-
|
|
|
- ProfitBeforeHelper.Instance.StartListenProfit();
|
|
|
- ProfitAfterHelper.Instance.StartListenProfit();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- AlipayPayBackFeeService.Instance.Start();
|
|
|
- ActiveRewardService.Instance.StartAct();
|
|
|
- ActiveRewardService.Instance.StartOpenReward();
|
|
|
- ActiveRewardService.Instance.StartLeaderReward();
|
|
|
- ActiveRewardService.Instance.StartOperateReward();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
- MerchantStandardService.Instance.Start();
|
|
|
- MerchantStandardService.Instance.StartThree();
|
|
|
- MerchantStandardService.Instance.StartActive();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|