|  | @ -266,6 +266,7 @@ public class EsbHttp {
 | 
												
													
														
															|  |             String colName = SysConfig.registerIdCardNo;
 |  |             String colName = SysConfig.registerIdCardNo;
 | 
												
													
														
															|  |             Map<String, Object> header = new HashMap<>();
 |  |             Map<String, Object> header = new HashMap<>();
 | 
												
													
														
															|  |             header.put("Authorization", "Basic " + HttpHelper.clientKey);
 |  |             header.put("Authorization", "Basic " + HttpHelper.clientKey);
 | 
												
													
														
															|  | 
 |  |             header.put("User-Agent", "client " + HttpHelper.clientId);
 | 
												
													
														
															|  |             if(json!=null && json.has("data")) {
 |  |             if(json!=null && json.has("data")) {
 | 
												
													
														
															|  |                 JSONObject p = (JSONObject)json.getJSONArray("data").get(0);
 |  |                 JSONObject p = (JSONObject)json.getJSONArray("data").get(0);
 | 
												
													
														
															|  |                 if(!p.has(colName) || p.get(colName).equals(null) || p.getString(colName).length()==0)
 |  |                 if(!p.has(colName) || p.get(colName).equals(null) || p.getString(colName).length()==0)
 |