|
@@ -93,7 +93,7 @@ public class EasyCallController extends BaseController {
|
|
|
}
|
|
}
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
log.error("获取网关列表失败", e);
|
|
log.error("获取网关列表失败", e);
|
|
|
- return R.ok().put("msg", e);
|
|
|
|
|
|
|
+ return R.ok().put("msg", e.getMessage());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return R.ok().put("data", resList);
|
|
return R.ok().put("data", resList);
|