银盛D1相关,提现部分改动,注册逻辑更改,后台切换通道
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user