我正在尝试使用actions on- google -java:1.8.0在springboot中实现google actions实现。(https://github.com/actions-on-google/actions-on-google-java)我在操作控制台中配置的webhook终结点上收到呼叫。java.lang.UnsupportedOperationException: JsonObject
at com.google.gson.JsonElem
在每种情况下,一个值总是为null,另一个总是包含一个值。问题是Volley不允许我在if语句中赋值空JSON值或检查JSON值。它只是指catch块。@Override JSONObjectobj = new JSONObject(response);
//If this is null, it sto