Browse Source

用户信息同步问题修改

wangmh 7 years ago
parent
commit
243559e72b

+ 0 - 1
sso-server/src/main/java/com/uas/sso/service/impl/UserServiceImpl.java

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