balibabu
feat: catch errors when sending messages #918 (#1113)
09502ac
raw
history blame
102 Bytes
export interface ResponseType {
retcode: number;
data: any;
retmsg: string;
status: number;
}