| | |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.api.smo.sys.ISysServiceSMO; |
| | | import com.java110.utils.cache.MappingCache; |
| | | import com.java110.utils.constant.MappingConstant; |
| | | import com.java110.utils.exception.SMOException; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | Map paramMap = BeanConvertUtil.beanCovertMap(result); |
| | | paramIn.putAll(paramMap); |
| | | |
| | | String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/org.listOrgs" + mapToUrlParam(paramIn); |
| | | String apiUrl = "org.listOrgs" + mapToUrlParam(paramIn); |
| | | |
| | | |
| | | ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "", |
| | |
| | | if (StringUtil.isEmpty(logo)) { |
| | | logo = "HC"; |
| | | } |
| | | String apiUrl = MappingCache.getValue("SYS_API_URL"); |
| | | String apiUrl = MappingCache.getValue(MappingConstant.URL_DOMAIN,"SYS_API_URL"); |
| | | |
| | | JSONObject sysInfo = new JSONObject(); |
| | | sysInfo.put("logo", logo); |