private static void httpTest() { MessageBody model = new MessageBody(); model.Account = "System"; model.Message = "您有一笔承租合同待审核"; HttpHelper.Post("http://localhost:10086/api/Push/send", Encoding.UTF8.GetBytes(model.ToJson())); }