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