feat(wxapi): SubscribeMessagePopupEvent 兼容微信返回的多种数据格式

This commit is contained in:
Fu Diwei
2024-07-29 17:03:14 +08:00
parent 8790dbd950
commit 6bc96f8157
3 changed files with 103 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
{
"ToUserName": "gh_123456789abc",
"FromUserName": "o7esq5OI1Uej6Xixw1lA2H7XDVbc",
"CreateTime": "1620973045",
"MsgType": "event",
"Event": "subscribe_msg_popup_event",
"List": {
"TemplateId": "hD-ixGOhYmUfjOnI8MCzQMPshzGVeux_2vzyvQu7O68",
"SubscribeStatusString": "accept",
"PopupScene": "0"
}
}