Esempio n. 1
0
        public ActionResult WaitPub(int id = 0)
        {
            Response _resp = new Response();

            _resp = _productmanager.WaitPub(Session["BxCorporateName"].ToString(), id);
            if (_resp.Status == 1)
            {
                _resp.Message = "恭喜!保险合同申请上架成功,敬请等待管理员审核";
            }
            return(Json(_resp));
        }