0

此代码应返回主机名,但 Capedwarf 运行时返回null此代码:

public String getHostname() {
   ApiProxy.Environment proxyEnvironment = ApiProxy.getCurrentEnvironment();
   Map<String, Object> attributes = proxyEnvironment.getAttributes();
   String hostname = (String) attributes.get(LocalEnvironment.DEFAULT_VERSION_HOSTNAME);
   return hostname;
}
4

1 回答 1

0

我建议不要在这里发帖,而是在 CapeDwarf 的 JIRA 或其 GitHub 项目上打开一个问题。这样问题就不会丢失或忘记。更重要的是,尝试解决这些问题,因为它们似乎相当简单。

于 2018-04-05T08:18:18.400 回答