public void Test_AddMblog()
        {
            //string t = ComHttpWork.SendMsg((ComWeiboLogin)CurrWebLogin, new[]
            //{
            //    "D:\\p\\a.jpg",
            //    "D:\\p\\b.jpg",
            //    "D:\\p\\c.jpg",
            //    "D:\\p\\d.jpg",
            //    "D:\\p\\e.jpg",
            //    "D:\\p\\f.gif",
            //    "D:\\p\\g.png"
            //}, "我发图片玩com");

            string res = CurrPlatformType.GetHttpWork().
                         AddMblog(CurrWebLogin, "fensuo wo de zhanghao com com com", "",
                                  "D:\\p\\a.jpg",
                                  "D:\\p\\b.jpg",
                                  "D:\\p\\c.jpg",
                                  "D:\\p\\d.jpg",
                                  "D:\\p\\e.jpg",
                                  "D:\\p\\f.gif",
                                  "D:\\p\\g.png");

            Console.WriteLine(res);
        }//发微博
        public void Test_AddMblog()
        {
            string res = CurrPlatformType.GetHttpWork().
                         AddMblog(CurrWebLogin, "我发图片玩123", "",
                                  "D:\\p\\a.jpg",
                                  "D:\\p\\b.jpg",
                                  "D:\\p\\c.jpg",
                                  "D:\\p\\d.jpg",
                                  "D:\\p\\e.jpg",
                                  "D:\\p\\f.gif",
                                  "D:\\p\\g.png");

            Console.WriteLine(res);
        }//发微博