Commit b7a785e5 by guojuxing

手机号码区号调整

parent 5e43d5cd
...@@ -240,7 +240,7 @@ public class UserApiServiceImpl implements UserApiService { ...@@ -240,7 +240,7 @@ public class UserApiServiceImpl implements UserApiService {
} }
if (StringUtils.isBlank(userDTO.getPhoneAreaCode())) { if (StringUtils.isBlank(userDTO.getPhoneAreaCode())) {
userDTO.setPhoneAreaCode("86"); userDTO.setPhoneAreaCode(Constants.NATION_CODE);
} }
Integer userId = userService.saveUser(userDTO); Integer userId = userService.saveUser(userDTO);
return ServiceResponse.success(userId); return ServiceResponse.success(userId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment