@@ -1031,7 +1031,6 @@ public class UserServiceImpl implements UserService {
}
HttpUtil.ResponseWrap res;
try {
- url = "http://127.0.0.1:28810/api/public/user";
res = HttpUtil.doPost(url, formData, 10000);
if (!res.isSuccess()) {
SyncLog syncLog = syncLogger.error(app.getUid(), msg + ",同步用户信息失败", JSON.toJSONString(formData), res.getContent());