|
|
@@ -149,6 +149,9 @@ public class GoodsWholesalePayServiceImpl implements GoodsWholesalePayService {
|
|
|
|
|
|
@Override
|
|
|
public AliPayParams zfbWholesaleWebQrCode(AlipayOrderDonReq re, String productCode, String qrPayMode) throws Exception {
|
|
|
+ if (!re.getIsDeposit()) {
|
|
|
+ return aliPayCommonService.aliPayUnifiedWholesaleDeposit(re, productCode, qrPayMode);
|
|
|
+ }
|
|
|
return aliPayCommonService.aliPayUnifiedWholesale(re, productCode, qrPayMode);
|
|
|
|
|
|
}
|