|
|
@@ -89,7 +89,7 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
orderDon.getCreatedTime(),
|
|
|
subject,
|
|
|
productCode,
|
|
|
- String.valueOf(payMode),
|
|
|
+ payMode,
|
|
|
notifyUrl,
|
|
|
returnUrl);
|
|
|
return aliPayParams;
|
|
|
@@ -126,7 +126,7 @@ public class AliPayCommonServiceImpl implements AliPayCommonService {
|
|
|
orderDon.getCreatedTime(),
|
|
|
subject,
|
|
|
productCode,
|
|
|
- String.valueOf(payMode),
|
|
|
+ payMode,
|
|
|
notifyUrl,
|
|
|
returnUrl);
|
|
|
return aliPayParams;
|