mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-04 07:36:30 +08:00
附加信息
This commit is contained in:
@@ -179,10 +179,12 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
|
||||
switch ((AliTransactionType) order.getTransactionType()) {
|
||||
case PAGE:
|
||||
case DIRECT:
|
||||
bizContent.put("passback_params", order.getAddition());
|
||||
bizContent.put("product_code", "FAST_INSTANT_TRADE_PAY");
|
||||
orderInfo.put("return_url", payConfigStorage.getReturnUrl());
|
||||
break;
|
||||
case WAP:
|
||||
bizContent.put("passback_params", order.getAddition());
|
||||
bizContent.put("product_code", "QUICK_WAP_PAY");
|
||||
orderInfo.put("return_url", payConfigStorage.getReturnUrl());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user