|
|
@@ -62,7 +62,7 @@ public class AliPagePayAdapterService extends BaseAliPayAdapterService implement |
|
|
|
//支付金额,最小值0.01元 |
|
|
|
bizContent.put("total_amount", orderPay.getPayAmountStr()); |
|
|
|
//订单标题,不可使用特殊符号 |
|
|
|
bizContent.put("subject", "ptb"); |
|
|
|
bizContent.put("subject", orderPay.getOrderDetail()); |
|
|
|
//电脑网站支付场景固定传值FAST_INSTANT_TRADE_PAY |
|
|
|
bizContent.put("product_code", "FAST_INSTANT_TRADE_PAY"); |
|
|
|
|
|
|
|