|
|
@@ -254,6 +254,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
+ distributeMoneyApply.setNetwork(applyMoneyReq.getNetwork());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(UserMirrorShopDistributeMoneyApply.Status.verifying);
|
|
|
} else {
|
|
|
@@ -306,13 +307,9 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
model.setOutBizNo(donNo);
|
|
|
//单位元
|
|
|
model.setTransAmount(money.divide(BigDecimal.valueOf(100)).toString());
|
|
|
- model.setProductCode(ZfbProductCode.STD_RED_PACKET.getProductCode());
|
|
|
+ model.setProductCode(ZfbProductCode.TRANS_ACCOUNT_NO_PWD.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);
|
|
|
@@ -441,6 +438,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
distributeMoneyApply.setMType(applyMoneyReq.getMType());
|
|
|
+ distributeMoneyApply.setNetwork(applyMoneyReq.getNetwork());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
|
} else {
|
|
|
@@ -545,6 +543,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setWalletAddr(applyMoneyReq.getWalletAddr());
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
+ distributeMoneyApply.setNetwork(applyMoneyReq.getNetwork());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(YhShopDistributeMoneyApply.Status.verifying);
|
|
|
} else {
|