Commit dc2e9c07 authored by zhengjiawei's avatar zhengjiawei

bug

parent 528e55f2
...@@ -88,7 +88,6 @@ public class TokenLoginController { ...@@ -88,7 +88,6 @@ public class TokenLoginController {
Map<String, String> param = new HashMap<>(); Map<String, String> param = new HashMap<>();
param.put("loginId",userId); param.put("loginId",userId);
param.put("password",password); param.put("password",password);
param.put("remembered","false");
Object result = privilegeFeign.login(appKey, product, outToken, param).getResult(); Object result = privilegeFeign.login(appKey, product, outToken, param).getResult();
if (ObjectUtils.isEmpty(result)){ if (ObjectUtils.isEmpty(result)){
throw new Exception("缺失登录信息"); throw new Exception("缺失登录信息");
......
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