yujian
2019-01-29 ea0ece41d738b1bb9d6b5d5b08dd04d385ff9596
fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -1695,11 +1695,11 @@
      JSONObject data = JSONObject.fromObject(response);
      if (data.optJSONObject("tbk_order_get_response") == null)
         return null;
         return orderList;
      if (data.optJSONObject("tbk_order_get_response").optJSONObject("results") == null)
         return null;
         return orderList;
      if (data.optJSONObject("tbk_order_get_response").optJSONObject("results").optJSONArray("n_tbk_order") == null)
         return null;
         return orderList;
      JSONArray array = data.optJSONObject("tbk_order_get_response").optJSONObject("results")
            .optJSONArray("n_tbk_order");