|
@@ -182,7 +182,7 @@ namespace MySystem
|
|
|
AlipayPayBackService.Instance.StartProfitShare();
|
|
|
WeChatPayBackService.Instance.Start();
|
|
|
WeChatPayBackService.Instance.StartProfitShare();
|
|
|
- ProfitHelper.Instance.StartActive();
|
|
|
+
|
|
|
ProfitHelper.Instance.StartListenTrade();
|
|
|
ProfitHelper.Instance.StartListenWxTrade();
|
|
|
ProfitShareService.Instance.Start();
|
|
@@ -195,8 +195,8 @@ namespace MySystem
|
|
|
ActiveRewardService.Instance.StartLeaderReward();
|
|
|
ActiveRewardService.Instance.StartOperateReward();
|
|
|
|
|
|
- MerchantStandardService.Instance.Start();
|
|
|
- MerchantStandardService.Instance.StartThree();
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|