//一次性津贴文件 public JsonResult getOnetimeAllowance() { object rsid = _service.getOnetimeAllowance(); return(Json(rsid, JsonRequestBehavior.AllowGet)); }