1. 修改密码新增运控系统配置
							parent
							
								
									6e24e8e06c
								
							
						
					
					
						commit
						66d90ea3be
					
				| 
						 | 
				
			
			@ -199,7 +199,7 @@ public class TrxServiceImpl implements TrxService {
 | 
			
		|||
            result = JSONObject.parseObject(response.body());
 | 
			
		||||
            log.info("调用天融信用户软key登录接口, 响应信息:" + JSONObject.toJSONString(result));
 | 
			
		||||
            if (!"0".equals(result.getString("result"))) {
 | 
			
		||||
                return new GeneralResult(false, "天融信登录返回失败:" + result.getString("errmsg"));
 | 
			
		||||
                return new GeneralResult(false, "天融信登录失败:" + result.getString("msg"));
 | 
			
		||||
            }
 | 
			
		||||
            String trxToken = result.getString("token");
 | 
			
		||||
            String userId = result.getString("user_id");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue