Commit 94eb5164 by 董文博

fix (im) 增加招聘信息类型

parent ef2be082
Showing with 2 additions and 1 deletions
...@@ -86,7 +86,7 @@ export interface ChatOption { ...@@ -86,7 +86,7 @@ export interface ChatOption {
/** /**
* 禁用IndexDb * 禁用IndexDb
*/ */
disabledIndexDb?:boolean; disabledIndexDb?: boolean;
} }
export interface ChatMessageController { export interface ChatMessageController {
...@@ -127,6 +127,7 @@ export const enum MessageType { ...@@ -127,6 +127,7 @@ export const enum MessageType {
Refund = "grefund2", Refund = "grefund2",
Card = "card", Card = "card",
Position = "position", Position = "position",
JobDescription = "jd",
} }
export const enum MessageHandled { export const enum MessageHandled {
......
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