Commit 001809bb by yangyang

内蒙人像对接(内蒙)

parent 0cc2642f
......@@ -523,14 +523,14 @@ public class SkTrailController extends ApiController implements ExcelControllerI
JSONObject jsonObjectList = (JSONObject) jsonArrayList.get(0);
String image_part_url = jsonObjectList.getString("image_part_url");// 小图url
String image_url = jsonObjectList.getString("image_url");// 全景图url
String longitude = jsonObject.getString("longitude ");// 经度
String latitude = jsonObject.getString("latitude");// 纬度
String gender = jsonObject.getString("gender");// 性别 1男性 2女性 0未知
String age_up_limit = jsonObject.getString("age_up_limit");// 年龄上限
String age_lower_limit = jsonObject.getString("age_lower_limit");// 年龄下限
String cap = jsonObject.getString("cap");// 是否戴帽子0:未戴;1:戴
String glasses = jsonObject.getString("glasses");// 是否戴眼镜0:未戴;1:戴
String longitude = jsonObjectList.getString("longitude");// 经度
String latitude = jsonObjectList.getString("latitude");// 纬度
String gender = jsonObjectList.getString("gender");// 性别 1男性 2女性 0未知
String age_up_limit = jsonObjectList.getString("age_up_limit");// 年龄上限
String age_lower_limit = jsonObjectList.getString("age_lower_limit");// 年龄下限
String cap = jsonObjectList.getString("cap");// 是否戴帽子0:未戴;1:戴
String glasses = jsonObjectList.getString("glasses");// 是否戴眼镜0:未戴;1:戴
// 返回处理
SkTrail skTrailDa = new SkTrail();
......
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