mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
fix(wxapi): 修复订阅消息事件通知模型在 JSON 模式下反序列化的错误
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ToUserName": "gh_123456789abc",
|
||||
"FromUserName": "o7esq5OI1Uej6Xixw1lA2H7XDVbc",
|
||||
"CreateTime": "1610968440",
|
||||
"MsgType": "event",
|
||||
"Event": "subscribe_msg_change_event",
|
||||
"List": [
|
||||
{
|
||||
"TemplateId": "BEwX0BOT3MqK3Uc5oTU3CGBqzjpndk2jzUf7VfExd8",
|
||||
"SubscribeStatusString": "reject"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ToUserName": "gh_123456789abc",
|
||||
"FromUserName": "o7esq5OI1Uej6Xixw1lA2H7XDVbc",
|
||||
"CreateTime": "1620973045",
|
||||
"MsgType": "event",
|
||||
"Event": "subscribe_msg_popup_event",
|
||||
"List": [
|
||||
{
|
||||
"TemplateId": "hD-ixGOhYmUfjOnI8MCzQMPshzGVeux_2vzyvQu7O68",
|
||||
"SubscribeStatusString": "accept",
|
||||
"PopupScene": "0"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ToUserName": "gh_123456789abc",
|
||||
"FromUserName": "o7esq5PHRGBQYmeNyfG064wEFVpQ",
|
||||
"CreateTime": "1620963428",
|
||||
"MsgType": "event",
|
||||
"Event": "subscribe_msg_sent_event",
|
||||
"List": [
|
||||
{
|
||||
"TemplateId": "BEwX0BO-T3MqK3Uc5oTU3CGBqzjpndk2jzUf7VfExd8",
|
||||
"MsgID": "1864323726461255680",
|
||||
"ErrorCode": "0",
|
||||
"ErrorStatus": "success"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user