@@ -132,7 +132,7 @@ public class FanWeiUtils {
// 构建 requestData 数组
JSONArray requestData = new JSONArray();
- requestData.add(datajson);
+ requestData.add(datajsonParent);
// 构建最终的根 JSON 对象
JSONObject rootJson = new JSONObject();