|
@@ -113,6 +113,9 @@ public class JmgaServiceImpl implements IJmgaService {
|
|
}
|
|
}
|
|
|
|
|
|
int camType = fdageData.getJSONObject("cam").getIntValue("type");
|
|
int camType = fdageData.getJSONObject("cam").getIntValue("type");
|
|
|
|
+ if(camType == ){
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
|
|
//从data.fdage中获取需要上传的文件列表
|
|
//从data.fdage中获取需要上传的文件列表
|
|
JSONArray points = fdageData.getJSONArray("points");
|
|
JSONArray points = fdageData.getJSONArray("points");
|