Exemplo n.º 1
0
        protected void Button28_Click(object sender, EventArgs e)
        {
            string key = "yiche-ClineLog-!@#$#@!";

            BitAuto.ISDC.CC2012.Web.CallRecordService.ClientAssistantService server = new CallRecordService.ClientAssistantService();
            string a = server.GetClientServerVersion(key, "Versions_Holly");
            string b = server.GetClientServerVersion(key, "Versions_Genesys");
        }
Exemplo n.º 2
0
        protected void Button26_Click(object sender, EventArgs e)
        {
            string logpath = Server.MapPath("/log") + "\\SendMail.Log";

            byte[] data = BLL.Util.FileToBinary(logpath);
            string key  = "yiche-ClineLog-!@#$#@!";

            BitAuto.ISDC.CC2012.Web.CallRecordService.ClientAssistantService server = new CallRecordService.ClientAssistantService();
            bool a = server.PushClientLogForAgent(key, data, DateTime.Today, 1, Entities.Vender.Holly);
        }