|
@@ -182,7 +182,7 @@ namespace MySystem
|
|
|
AlipayPayBackService.Instance.StartProfitShare(); //监听已支付订单,超过1分钟的订单执行分账
|
|
|
WeChatPayBackService.Instance.Start(); //微信支付回调队列
|
|
|
WeChatPayBackService.Instance.StartProfitShare(); //监听已支付订单,超过1分钟的订单执行分账
|
|
|
- ProfitHelper.Instance.StartActive(); //发放达标奖励队列
|
|
|
+ // 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(); //商户缴纳服务费次月活动交易额大于等于1W,奖励进件创客50元
|
|
|
- MerchantStandardService.Instance.StartThree(); //商户缴纳服务费次月起连续不间断三个月,每月活动交易额大于1W,奖励进件创客100元
|
|
|
+ // MerchantStandardService.Instance.Start(); //商户缴纳服务费次月活动交易额大于等于1W,奖励进件创客50元
|
|
|
+ // MerchantStandardService.Instance.StartThree(); //商户缴纳服务费次月起连续不间断三个月,每月活动交易额大于1W,奖励进件创客100元
|
|
|
}
|
|
|
// HaoDaExtHelper.Instance.StartWeChat();
|
|
|
// HaoDaExtHelper.Instance.StartAlipay();
|