master
wangning 7 years ago
parent 1d95427e60
commit c3d5ffa457

@ -847,11 +847,11 @@ public class RetailAppServiceImp implements RetailAppService {
channels.add(wechat);
}
JSONObject alipay = getChannel(clientId, now, "Alipay");
if (wechat.containsKey("channel")) {
if (alipay.containsKey("channel")) {
channels.add(alipay);
}
JSONObject bestpay = getChannel(clientId, now, "Bestpay");
if (wechat.containsKey("channel")) {
if (bestpay.containsKey("channel")) {
channels.add(bestpay);
}
JSONObject jd = getChannel(clientId, now, "jd");

Loading…
Cancel
Save