提现问题
This commit is contained in:
@@ -360,7 +360,7 @@ public class WuyouController {
|
||||
cashOut.setState(2);
|
||||
cashOut.setRefund(notifyDto.getMsg());
|
||||
if(StringUtils.isNotBlank(notifyDto.getMsg()) && notifyDto.getMsg().contains("已驳回")){
|
||||
cashOut.setRefund("提现失败,请检查支付宝账号与收款人姓名后,重试。");
|
||||
cashOut.setRefund("提现失败,请检查支付宝账号与收款人姓名后重试。");
|
||||
}
|
||||
|
||||
UserMoneyDetails userMoneyDetails = new UserMoneyDetails(
|
||||
|
||||
Reference in New Issue
Block a user