Commit ba4f986b by qwmqiuwenmin

fix

parent 2ae8735a
......@@ -104,7 +104,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(StringUtils.isNotBlank(external_contact)){
JSONObject jt = JSON.parseObject(external_contact);
unionId = jt.getString("unionid");
name = jt.getString("name");
name = jt.getString("name").replace("\\", "");
}
follow_user = jo.getString("follow_user");
......
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