|
@@ -134,6 +134,10 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
if (ZfbProductCode.MOBILE_WEB.getProductCode().equals(productCode)) {
|
|
if (ZfbProductCode.MOBILE_WEB.getProductCode().equals(productCode)) {
|
|
|
orderDon.setIsWebPay(false);
|
|
orderDon.setIsWebPay(false);
|
|
|
}
|
|
}
|
|
|
|
|
+ //设备 默认使用益路同行
|
|
|
|
|
+ if (orderDon.getGoodsId() == 15) {
|
|
|
|
|
+ orderDon.setShopId(ShopConfig.ZFB_DEFAULT_APP_ID);
|
|
|
|
|
+ }
|
|
|
String appId = orderDon.getShopId();
|
|
String appId = orderDon.getShopId();
|
|
|
if (StrUtil.isEmpty(appId)) {
|
|
if (StrUtil.isEmpty(appId)) {
|
|
|
appId = getZfbDayLimitShopId(orderDon);
|
|
appId = getZfbDayLimitShopId(orderDon);
|