|
@@ -170,25 +170,22 @@ namespace MySystem
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
-
|
|
+ if(Library.ConfigurationManager.EnvironmentFlag == 2)
|
|
-
|
|
+ {
|
|
-
|
|
+ MerchantConfirmService.Instance.Start();
|
|
-
|
|
+ CheckAlipaySignService.Instance.Start();
|
|
-
|
|
+ CheckWeChatSignService.Instance.Start();
|
|
-
|
|
+ AlipayPayBackService.Instance.Start();
|
|
-
|
|
+ AlipayPayBackService.Instance.StartProfitShare();
|
|
-
|
|
+ WeChatPayBackService.Instance.Start();
|
|
-
|
|
+ WeChatPayBackService.Instance.StartProfitShare();
|
|
-
|
|
+ ProfitHelper.Instance.StartActive();
|
|
-
|
|
+ ProfitHelper.Instance.StartListenTrade();
|
|
-
|
|
+ ProfitHelper.Instance.StartListenWxTrade();
|
|
-
|
|
+ ProfitShareService.Instance.Start();
|
|
-
|
|
+ AlipayShareService.Instance.Start();
|
|
-
|
|
+ ProfitHelper.Instance.StartListenProfit();
|
|
-
|
|
+ }
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|