|
|
@@ -171,6 +171,8 @@ public class DistributePopularizeController {
|
|
|
distributeMoneyApply.setPoints(points);
|
|
|
distributeMoneyApply.setMoney(num.multiply(distributePointsExchangeMoney.getMoney()));
|
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
|
+ distributeMoneyApply.setPhone(applyMoneyReq.getPhone());
|
|
|
+ distributeMoneyApply.setRealName(applyMoneyReq.getRealName());
|
|
|
distributeMoneyApplyMapper.insert(distributeMoneyApply);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult("申请提现成功,待客服审核打款");
|
|
|
}
|