Commit ebd1db89 by 杨铁龙

新增消息类型

parent 4fd2e1d8
Showing with 1 additions and 1 deletions
......@@ -69,7 +69,7 @@ export interface Message {
status: number;
total_read_count: number;
ts: number;
type: "text" | "image" | "file" | "video" | "voice";
type: "text" | "image" | "file" | "video" | "voice" | "general_order_msg";
update_time: number;
url: string;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment