Example #1
0
        public string[] Hhygl_SendMsm_temporay(string phoneNo, string krxm, string content, string yydh, string qymc, string hyAction, string xxzs)
        {
            string[] retureResult = new string[2];
            retureResult[0] = common_file.common_app.get_failure; //指示是否发送成功
            retureResult[1] = "";                                 //存储发送的代码返回值
            Hhygl_verifyCode Hhygl_verifyCode_new = new Hhygl_verifyCode();

            retureResult = Hhygl_verifyCode_new.Hhygl_SendMsm_temporay(phoneNo, krxm, content, yydh, qymc, hyAction, xxzs);
            return(retureResult);
        }