From 4dbf61c9189796ec46d39ac4b839cfc064e70411 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 12 八月 2021 16:11:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-front/src/main/java/com/java110/front/smo/login/impl/LoginServiceSMOImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-front/src/main/java/com/java110/front/smo/login/impl/LoginServiceSMOImpl.java b/service-front/src/main/java/com/java110/front/smo/login/impl/LoginServiceSMOImpl.java
index 06f2d55..7f888d5 100755
--- a/service-front/src/main/java/com/java110/front/smo/login/impl/LoginServiceSMOImpl.java
+++ b/service-front/src/main/java/com/java110/front/smo/login/impl/LoginServiceSMOImpl.java
@@ -54,7 +54,7 @@
}
loginInfo.put("passwd", AuthenticationFactory.passwdMd5(loginInfo.getString("passwd")));
- responseEntity = this.callCenterService(restTemplate, pd, loginInfo.toJSONString(), ServiceConstant.SERVICE_API_URL + "/api/user.service.login", HttpMethod.POST);
+ responseEntity = this.callCenterService(restTemplate, pd, loginInfo.toJSONString(), ServiceConstant.SERVICE_API_URL + "/api/login.pcUserLogin", HttpMethod.POST);
if (responseEntity.getStatusCode() == HttpStatus.OK) {
JSONObject userInfo = JSONObject.parseObject(responseEntity.getBody());
pd.setToken(userInfo.getString("token"));
--
Gitblit v1.8.0