WechatMpEventData

This commit is contained in:
wangwenchen 2023-09-27 20:12:00 +08:00
parent 24fd061d20
commit 9dc5860c15
1 changed files with 11 additions and 2 deletions

View File

@ -17,3 +17,12 @@ export type WechatPublicEventData = {
MsgID: string;
Status: string;
};
export declare type WechatMpEventData = {
ToUserName: string;
FromUserName: string;
CreateTime: number;
MsgType: string;
Content: string;
MsgID: string;
};