yujian
2019-10-09 481da0ca0ac931f6ff35dbb8d70d4450d4252c17
fanli/src/main/java/com/yeshi/fanli/service/impl/money/extract/BindingAccountServiceImpl.java
@@ -236,7 +236,7 @@
         // 手机号更换绑定的7天内不能提现
         if (history != null && !history.getFirst()
               && (System.currentTimeMillis() - history.getCreateTime().getTime()) < 1000 * 60 * 60 * 24 * 7L) {
            throw new AlipayAccountException(111, "修改手机号7天内不允许修改支付宝账号");
            throw new AlipayAccountException(111, "修改手机号后,7天内无法更换提现账号");
         }
      }