Browse Source

提高微信错误号的访问 从int->long

master
yashen 8 years ago
parent
commit
974bea8a97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3WeChat/Entities/ErrorObject.cs

+ 1
- 1
B3WeChat/Entities/ErrorObject.cs View File

@ -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


Loading…
Cancel
Save