Commit 4ea29d9e by guojuxing

默认+86

parent e1623e51
......@@ -99,7 +99,7 @@ public class UserApiServiceImpl implements UserApiService {
}
if (StringUtils.isBlank(userDTO.getPhoneAreaCode())) {
userDTO.setPhoneAreaCode("86");
userDTO.setPhoneAreaCode(Constants.NATION_CODE);
}
Integer accountType = userDTO.getAccountType();
......
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