Commit 0a467963 by qwmqiuwenmin

fix

parent 3619b50d
......@@ -567,7 +567,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
jt = JSON.parseObject(external_contact);
wxName = EmojiFilterUtil.filterEmojiLast(jt.getString("name"), true);
if(StringUtils.isBlank(wxName)){
wxName = "企微好友";
wxName = "企微会员";
}
}
if(StringUtils.isNotBlank(uj_follow_user)){
......@@ -878,7 +878,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
jt = JSON.parseObject(external_contact);
name = EmojiFilterUtil.filterEmojiLast(jt.getString("name"), true);
if(StringUtils.isBlank(name)){
name = "企微好友";
name = "企微会员";
}
avatar = jt.getString("avatar");
}
......
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