|
|
@ -2270,7 +2270,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
result.put("contact_phone",account.getString("contact_phone"));
|
|
|
|
result.put("contact_phone",account.getString("contact_phone"));
|
|
|
|
String contact_phone = account.getString("contact_phone").replaceAll("(\\d{3})\\d{4}(\\d{4})","$1****$2");
|
|
|
|
String contact_phone = account.getString("contact_phone").replaceAll("(\\d{3})\\d{4}(\\d{4})","$1****$2");
|
|
|
|
result.put("remark_contact_phone",contact_phone);
|
|
|
|
result.put("remark_contact_phone",contact_phone);
|
|
|
|
result.put("naticon_code",account.getString("nation_code"));
|
|
|
|
result.put("nation_code",account.getString("nation_code"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
result.put("wechat_bind_status",account.containsKey("wechat_openid"));
|
|
|
|
result.put("wechat_bind_status",account.containsKey("wechat_openid"));
|
|
|
|
if(account.containsKey("wechat_openid")){
|
|
|
|
if(account.containsKey("wechat_openid")){
|
|
|
|