|
@@ -135,17 +135,17 @@ namespace MySystem
|
|
|
});
|
|
|
|
|
|
initMainServer();
|
|
|
- MerchantConfirmService.Instance.Start(); //提交商户进件
|
|
|
- CheckWeChatSignService.Instance.Start(); //查询商户审核状态
|
|
|
+ // MerchantConfirmService.Instance.Start(); //提交商户进件
|
|
|
+ // CheckWeChatSignService.Instance.Start(); //查询商户审核状态
|
|
|
// ProfitShareService.Instance.Start(); //分账
|
|
|
- // // TestOpenDivideAccountsService.Instance.Start(); //测试
|
|
|
// HaoDaExtHelper.Instance.StartWeChat();
|
|
|
// HaoDaExtHelper.Instance.StartAlipay();
|
|
|
// HaoDaExtQueryHelper.Instance.StartWeChat();
|
|
|
// HaoDaExtQueryHelper.Instance.StartAlipay();
|
|
|
- HaoDaAuthQueryHelper.Instance.Start(); //查询实名认证状态
|
|
|
- WeChatPayBackService.Instance.Start(); //支付回调
|
|
|
+ // HaoDaAuthQueryHelper.Instance.Start(); //查询实名认证状态
|
|
|
+ // WeChatPayBackService.Instance.Start(); //支付回调
|
|
|
// WeChatPayBackService.Instance.StartProfitShare(); //分账队列
|
|
|
+ // TestOpenDivideAccountsService.Instance.Start(); //测试
|
|
|
}
|
|
|
|
|
|
//初始化数据结构
|