|
@@ -206,9 +206,9 @@ namespace MySystem
|
|
|
AlipayShareService.Instance.Start(); //分账状态监控队列,分账完成则提交返现(支付宝)
|
|
AlipayShareService.Instance.Start(); //分账状态监控队列,分账完成则提交返现(支付宝)
|
|
|
WeChatPayBackService.Instance.StartDivi(); //补分账
|
|
WeChatPayBackService.Instance.StartDivi(); //补分账
|
|
|
AlipayPayBackService.Instance.StartDivi(); //补分账
|
|
AlipayPayBackService.Instance.StartDivi(); //补分账
|
|
|
- ProfitHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
- // ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
- // ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
|
|
+ // ProfitHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
+ ProfitBeforeHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
+ ProfitAfterHelper.Instance.StartListenProfit(); //每月分润
|
|
|
|
|
|
|
|
AlipayPayBackFeeService.Instance.Start();
|
|
AlipayPayBackFeeService.Instance.Start();
|
|
|
ActiveRewardService.Instance.StartAct();
|
|
ActiveRewardService.Instance.StartAct();
|