|
@@ -61,7 +61,7 @@ public class SmsServiceImpl implements ISmsService {
|
|
|
|| ChronoUnit.DAYS.between(user.getMobileBindTime(), LocalDateTime.now()) >= 30) {
|
|
|
return Collections.singletonMap("isBindPhone", Boolean.FALSE);
|
|
|
}
|
|
|
- Map<String, Object> resultMap = new HashMap<>(2);
|
|
|
+ Map<String, Object> resultMap = new HashMap<>(3);
|
|
|
resultMap.put("isBindPhone", Boolean.TRUE);
|
|
|
resultMap.put("phone", user.getShowPhoneNum());
|
|
|
resultMap.put("mobileBindTime", user.getMobileBindTime());
|