fix hf channel show

master
eason 6 years ago
parent 76f0cec66d
commit 1050937afc

@ -1269,6 +1269,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