Browse Source

微信消息号从int升级为long

master
yashen 8 years ago
parent
commit
b688a2fac6
1 changed files with 1 additions and 1 deletions
  1. +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; }
}
}

Loading…
Cancel
Save