|
@@ -146,7 +146,8 @@ namespace MySystem
|
|
|
WeChatPayBackService.Instance.Start(); //支付回调
|
|
|
WeChatPayBackService.Instance.StartProfitShare(); //分账队列
|
|
|
HaoDaHelper.Instance.QueryOrderDivideAccountsss();
|
|
|
- ProfitHelper.Instance.StartListenWxTrade(); //返现队列
|
|
|
+ ProfitHelper.Instance.StartListenTrade(); //返现队列-支付宝
|
|
|
+ ProfitHelper.Instance.StartListenWxTrade(); //返现队列-微信
|
|
|
// TestOpenDivideAccountsService.Instance.Start(); //测试
|
|
|
}
|
|
|
|