Browse Source

fix

photo
winter 1 year ago
parent
commit
79b1c185c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/java/com/iformall/service/pay/service/pay/ali/page/AliPagePayAdapterService.java

+ 1
- 1
suimangService/src/main/java/com/iformall/service/pay/service/pay/ali/page/AliPagePayAdapterService.java View File

@@ -66,7 +66,7 @@ public class AliPagePayAdapterService extends BaseAliPayAdapterService implement
//电脑网站支付场景固定传值FAST_INSTANT_TRADE_PAY
bizContent.put("product_code", "FAST_INSTANT_TRADE_PAY");

bizContent.put("qr_pay_mode",4);
bizContent.put("qr_pay_mode",3);
bizContent.put("qrcode_width",200);




Loading…
Cancel
Save