|
@@ -95,7 +95,7 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public AliPayParams unifiedPay(Long orderId, String payMode, String productCode, String returnUrl) throws Exception {
|
|
|
|
|
|
|
+ public AliPayParams unifiedPay(Long orderId, String productCode, String payMode, String returnUrl) throws Exception {
|
|
|
OrderDon orderDon = orderDonMapper.selectById(orderId);
|
|
OrderDon orderDon = orderDonMapper.selectById(orderId);
|
|
|
//获取支付宝默认商户
|
|
//获取支付宝默认商户
|
|
|
String appId = sysConfigService.getDefaultShopConfigByType("zfb");
|
|
String appId = sysConfigService.getDefaultShopConfigByType("zfb");
|