* @param req_type request type of "query" or "change"
* @param req_json request json string
* @return return json object
*/
public JSONObject perform(String req_type, String req_json) {
ContentCatalog CC = (ContentCatalog)Framework.getService(ContentCatalog.class);
try {
Method perform = null;
// decompilation approach