Commit 7ac036d6 by qwmqiuwenmin

fix

parent ed9e4091
......@@ -85,7 +85,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(StringUtils.isNotBlank(unionIdJson)){
JSONObject jo = JSON.parseObject(unionIdJson);
unionId = jo.getString("unionid");
suiteid = jo.getString("suiteid");
name = jo.getString("name");
follow_user = jo.getString("follow_user");
if(StringUtils.isNotBlank(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