Commit 192aee34 authored by zoujintao's avatar zoujintao

新增日志

parent 5966afc8
......@@ -116,6 +116,7 @@ public class InterfaceController extends BaseController {
serviceName = String.valueOf(map.get(
ServiceConstant.SERVICE_NAME).getClass().isArray() ? ((String[]) map.get(
ServiceConstant.SERVICE_NAME))[0] : map.get(ServiceConstant.SERVICE_NAME));
LOGGER.info("xz--------------" + serviceName);
if (Strings.isNullOrEmpty(serviceCode) || Strings.isNullOrEmpty(serviceName)) {
LOGGER.error("配置执行服务异常:找不到对应服务编码 服务名称!");
throw new ServiceConfigException("配置执行服务异常:找不到对应服务编码 服务名称!");
......@@ -226,7 +227,7 @@ public class InterfaceController extends BaseController {
map.put("userId", cas);
}
}
LOGGER.info("xz--------------" + map.toString());
// 封装请求参数
Parameter parameter = new Parameter();
//封装当前的host
......
......@@ -757,7 +757,7 @@ public class AssessInterface implements IAssessInterface {
* @throws ServiceRunException
*/
@Override
public Object getBlockByDistance(Map<String, Object> paramMap) throws ServiceRunException {
public Object getBlockByDistance(Map<String, Object> paramMap) throws ServiceRunException {
JSONObject jsonObject = JsonUtil.getExecuteOKJson();
try {
String city = paramMap.get("city") == null ? "" : ((String[]) paramMap.get("city"))[0];
......
......@@ -34,7 +34,7 @@ sms.count=8
#system.im.sendUrl=http://202.102.94.169:70/push?domain=ZY365&msgtype=9
system.im.sendUrl=http://202.102.88.48:70/push?domain=ZY365&msgtype=9
#sms url \u7F6E\u4E1A\u987E\u95EE\u65B0\u77ED\u4FE1\u901A\u9053
system.default.smsUrl=http://mysms.house365.com:81/index.php/Interface/apiSendMobil/jid/69/depart/1/city/
system.default.smsUrl=http://mysms.house365.com/index.php/Interface/apiSendMobil/jid/69/depart/1/city/
#hkb domain
......
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