public JsonResult Index(string bb) { MallApi.Test(bb); return(Json(new { }, JsonRequestBehavior.AllowGet)); }