528529530531532533534535536
jsonObj.put("code", "1"); jsonObj.put("message", "success"); jsonObj.put("fcsize", fcsize); return callback + "(" + jsonObj.toString() + ")"; } catch (Exception e) { throw new JSONException(e); } }