|
@@ -171,9 +171,9 @@ namespace MySystem
|
|
|
});
|
|
|
|
|
|
//必须打开的
|
|
|
- MerchantConfirmService.Instance.Start();
|
|
|
- CheckWeChatSignService.Instance.Start();
|
|
|
- WeChatPayBackService.Instance.Start();
|
|
|
+ // MerchantConfirmService.Instance.Start();
|
|
|
+ // CheckWeChatSignService.Instance.Start();
|
|
|
+ // WeChatPayBackService.Instance.Start();
|
|
|
ProfitHelper.Instance.StartListenTrade();
|
|
|
//必须打开的
|
|
|
}
|