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
974bea8a97
commit
b688a2fac6
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/SendTemplateMessageResult.cs
+ 1
- 1
B3WeChat/Entities/SendTemplateMessageResult.cs
View File
@ -10,7 +10,7 @@ namespace BWP.B3WeChat.Entities
/// </summary>
public
class
SendTemplateMessageResult
:
WeChatResponseBase
{
public
int
msgid
{
get
;
set
;
}
public
long
msgid
{
get
;
set
;
}
}
}
Write
Preview
Loading…
Cancel
Save