This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3WeChat
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
提高微信错误号的访问 从int->long
master
yashen
8 years ago
parent
127a465f65
commit
974bea8a97
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save