修复 一处申明

This commit is contained in:
Wang Kejun 2023-10-21 10:13:08 +08:00
parent a4cd70cbd1
commit 583135eb65
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ export declare type WechatMpEventData = {
MsgID: string;
MsgType: 'text' | 'image' | 'miniprogrampage' | 'event';
Content?: string;
MediaId?: string;
PicUrl?: string;
Title?: string;
AppId?: string;

View File

@ -42,6 +42,7 @@ export declare type WechatMpEventData = {
MsgID: string;
MsgType: 'text' | 'image' | 'miniprogrampage' | 'event';
Content?: string;
MediaId?: string;
PicUrl?: string;
Title?: string;
AppId?: string;

View File

@ -66,6 +66,7 @@ export declare type WechatMpEventData = {
MsgType: 'text' | 'image' | 'miniprogrampage' | 'event'; // event 用户在小程序“客服会话按钮”进入客服会话
Content?: string; // 文本消息内容
MediaId?: string; // 图片消息媒体id
PicUrl?: string; //图片链接(由系统生成)
Title?: string; // 标题
AppId?: string; // 小程序appid