Example #1
0
        public void GetHealthNotifyQues()
        {
            BaoxianDataBLL      baoxianDataBLL = new BaoxianDataBLL();
            HealthNotifyQuesReq model          = new HealthNotifyQuesReq();

            model.transNo = UtilityHelper.CommonHelper.OrderNoOne();
            //model.customkey = "bowangjishi";
            model.caseCode = "0000052178002133";
            var res = baoxianDataBLL.GetHealthNotifyQues(model);
        }
Example #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            BaoxianDataBLL      bll = new BaoxianDataBLL();
            HealthNotifyQuesReq req = new HealthNotifyQuesReq();

            TransNo  = UtilityHelper.BWJSCommonHelper.SafeString(Request["transNo"], "");
            CaseCode = UtilityHelper.BWJSCommonHelper.SafeString(Request["CaseCode"], "");

            priceArgsId = UtilityHelper.BWJSCommonHelper.SafeString(Request["priceArgsId"], "");
            price       = UtilityHelper.BWJSCommonHelper.SafeString(Request["price"], "");
            SinglePrice = UtilityHelper.BWJSCommonHelper.SafeString(Request["SinglePrice"], "");
            buyCount    = UtilityHelper.BWJSCommonHelper.SafeString(Request["buyCount"], "");
            //strPriceArgs = UtilityHelper.BWJSCommonHelper.SafeString(Request["priceArgs"], "");
            protectitemid         = UtilityHelper.BWJSCommonHelper.SafeString(Request["protectitemid"], "");
            insurantDateLimitVal  = BWJSCommonHelper.SafeString(Request["hdinsurantDateLimitVal"], "");  //承保值
            insurantDateLimitUnit = BWJSCommonHelper.SafeString(Request["hdinsurantDateLimitUnit"], ""); //承保单位
            req.priceArgsId       = priceArgsId;
            req.transNo           = TransNo;
            req.caseCode          = CaseCode;
            resp         = bll.GetHealthNotifyQues(req);
            strPriceArgs = SerializerHelper.ToJson(resp.priceArgs);
        }