Merge branch 'hotfix11' into develop

master
eason 6 years ago
commit 27f5898810

@ -1291,6 +1291,10 @@ public class RetailAppServiceImp implements RetailAppService {
if (AlipayOnline.containsKey("channel")) {
channels.add(AlipayOnline);
}
JSONObject Hf = getChannel(clientId,now,"hf");
if (Hf.containsKey("channel")){
channels.add(Hf);
}
res.put("channels", channels);
return res;
}

Loading…
Cancel
Save