WechatMpEventData
This commit is contained in:
parent
24fd061d20
commit
9dc5860c15
|
|
@ -11,9 +11,18 @@ export type WechatPublicEventData = {
|
|||
FromUserName: string;
|
||||
CreateTime: string;
|
||||
MsgType: string;
|
||||
Event: string;
|
||||
Event: string;
|
||||
Content: string;
|
||||
EventKey: string;
|
||||
MsgID: string;
|
||||
Status: string;
|
||||
};
|
||||
};
|
||||
|
||||
export declare type WechatMpEventData = {
|
||||
ToUserName: string;
|
||||
FromUserName: string;
|
||||
CreateTime: number;
|
||||
MsgType: string;
|
||||
Content: string;
|
||||
MsgID: string;
|
||||
};
|
||||
Loading…
Reference in New Issue