|
|
|
@ -4977,11 +4977,11 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
String[] payType = clientConfig.getString("client_pay_type").split(",");
|
|
|
|
|
if (Arrays.asList(payType).contains("1")) {
|
|
|
|
|
registerAlipayOnlineGms(clientMoniker, null);
|
|
|
|
|
switchChannelPermission(account, clientMoniker, "Alipay", true);
|
|
|
|
|
enableGatewayAlipayOnline(account, clientMoniker, true);
|
|
|
|
|
}
|
|
|
|
|
if (Arrays.asList(payType).contains("2")) {
|
|
|
|
|
registerAlipayGms(clientMoniker, null);
|
|
|
|
|
enableGatewayAlipayOnline(account, clientMoniker, true);
|
|
|
|
|
switchChannelPermission(account, clientMoniker, "Alipay", true);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|