Beispiel #1
0
        public void HCPostTest()
        {
            _esSession.Open();
            JObject result = _esSession.HCPut(ConstMgr.HWESightHost.URL_LOGIN, GetLoginParam());

            Console.WriteLine(result);
            Assert.AreEqual(CoreUtil.GetObjTranNull <int>(result.Property("code")), 0);
        }