feat(wxapi): 新增用户在小程序“客服会话按钮”进入客服会话时产生的回调通知事件模型

This commit is contained in:
Fu Diwei
2023-03-02 21:55:21 +08:00
parent 4a2ab538e9
commit 64ecf01a0b
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1482048670,
"MsgType": "event",
"Event": "user_enter_tempsession",
"SessionFrom": "sessionFrom"
}