From 974bea8a9745a93889d90c5c2403f8d742ebca41 Mon Sep 17 00:00:00 2001 From: yashen Date: Tue, 7 Nov 2017 15:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=BE=AE=E4=BF=A1=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=8F=B7=E7=9A=84=E8=AE=BF=E9=97=AE=20=E4=BB=8Eint->l?= =?UTF-8?q?ong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3WeChat/Entities/ErrorObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3WeChat/Entities/ErrorObject.cs b/B3WeChat/Entities/ErrorObject.cs index 9c4da9a..8964cd2 100644 --- a/B3WeChat/Entities/ErrorObject.cs +++ b/B3WeChat/Entities/ErrorObject.cs @@ -7,7 +7,7 @@ namespace BWP.B3WeChat.Entities { public class WeChatResponseBase { - public int errcode { get; set; } + public long errcode { get; set; } public string errmsg { get; set; } public bool IsError