银盛D1相关,提现部分改动,注册逻辑更改,后台切换通道

This commit is contained in:
liuyingfang
2023-07-05 17:01:33 +08:00
parent 5beafd2970
commit dfa5c6670f
18 changed files with 194 additions and 40 deletions

View File

@@ -1709,6 +1709,8 @@ public class MerchantController {
unionInfo = ysPayOldService.getUnionInfo(userAuthCode, payMentApp, null);
} else if (channel.getChannel() == 5) {
unionInfo=lkLPayService.getUnionInfo(userAuthCode,payMentApp,channel.getMerchantCode());
} else if (channel.getChannel() == 6) {
unionInfo = ysPayOldService.getUnionInfo(userAuthCode, payMentApp, null);
} else {
view.addObject("error", "未知通道类型");
return view;