示例#1
0
 /**
  * @author 王 亭 2011-3-24
  * @param id
  * @return
  */
 public JSONObject performGetComeQueryInfo(String type, String id) {
   JSONObject jsonObj = new JSONObject();
   jsonObj = Helper.wrapUp(mTrans.getComeQueryInfo(type, id));
   return jsonObj;
 }