修复 一处申明
This commit is contained in:
parent
a4cd70cbd1
commit
583135eb65
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue