|
|
@@ -307,9 +307,13 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
model.setOutBizNo(donNo);
|
|
|
//单位元
|
|
|
model.setTransAmount(money.divide(BigDecimal.valueOf(100)).toString());
|
|
|
- model.setProductCode(ZfbProductCode.TRANS_ACCOUNT_NO_PWD.getProductCode());
|
|
|
+ model.setProductCode(ZfbProductCode.STD_RED_PACKET.getProductCode());
|
|
|
model.setBizScene(TransferConstant.DIRECT_TRANSFER);
|
|
|
model.setOrderTitle(remark);
|
|
|
+ //红包业务必传,取值REDPACKET
|
|
|
+ JSONObject businessParams = new JSONObject();
|
|
|
+ businessParams.putOpt(TransferConstant.SUB_BIZ_SCENE, TransferConstant.RED_PACKET);
|
|
|
+ model.setBusinessParams(businessParams.toString());
|
|
|
Participant payeeInfo = new Participant();
|
|
|
payeeInfo.setIdentity(account);
|
|
|
payeeInfo.setIdentityType(TransferConstant.ALIPAY_LOGON_ID);
|