早期QUICK_WAP_WAY虽然也可以进行支付,根据最新文档调整为QUICK_WAP_PAY
This commit is contained in:
egzosn
2021-02-24 22:02:09 +08:00
parent 860a805c55
commit e87e62c241

View File

@@ -246,7 +246,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage> {
break;
case WAP:
bizContent.put(PASSBACK_PARAMS, order.getAddition());
bizContent.put(PRODUCT_CODE, "QUICK_WAP_WAY");
bizContent.put(PRODUCT_CODE, "QUICK_WAP_PAY");
setReturnUrl(orderInfo, order);
break;
case APP: