Commit 4f878d14 by fudahua

登录信息

parent 8fbd7404
......@@ -66,7 +66,7 @@ public class SelfFriendSyncNewOperation implements BaseSyncOperation {
JSONObject json = new JSONObject();
json.put("name", pojo.getName());
json.put("unionId", pojo.getUnionId());
json.put("url", pojo.getAvatar());
json.put("avatar", pojo.getAvatar());
json.put("externalUserId", pojo.getExternalUserId());
json.put("addCreateTime", pojo.getAddCreateTime());
......
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