|
@@ -45,7 +45,7 @@ public class JsonRequest implements HttpServletRequest {
|
|
|
if (json instanceof com.alibaba.fastjson.JSONObject) {
|
|
if (json instanceof com.alibaba.fastjson.JSONObject) {
|
|
|
jsonObject = (com.alibaba.fastjson.JSONObject)json;
|
|
jsonObject = (com.alibaba.fastjson.JSONObject)json;
|
|
|
} else if (json instanceof com.alibaba.fastjson.JSONArray) {
|
|
} else if (json instanceof com.alibaba.fastjson.JSONArray) {
|
|
|
- jsonArray = (com.alibaba.fastjson.JSONArray)jsonArray;
|
|
|
|
|
|
|
+ jsonArray = (com.alibaba.fastjson.JSONArray)json;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
this.req = req;
|
|
this.req = req;
|