コード例 #1
0
        public ActionResult sendsms(string phone)
        {
            string result = bll.SendRegisterSms(phone);

            return(Json(result));
        }