扩展消息部分代码提交
This commit is contained in:
@@ -87,4 +87,4 @@ export { ChangePhotoGrids } from './src/main/ets/components/ChangePhotoGrids'
|
||||
|
||||
export { InputPopWindow } from './src/main/ets/Views/InputPopWindow'
|
||||
|
||||
export { ChatExtModel } from './src/main/ets/models/ChatExtModel'
|
||||
export { ChatExtModel,ChatParam } from './src/main/ets/models/ChatExtModel'
|
||||
@@ -101,5 +101,9 @@ export class BasicConstant {
|
||||
static readonly CouTeach="[公益咨询]";
|
||||
static readonly Shopping="[肝胆商城]";
|
||||
static readonly Hostipal="[互联网医院]";
|
||||
|
||||
//聊天类型普通聊天与公益咨询
|
||||
static readonly general = "general";
|
||||
static readonly consult = "consult";
|
||||
}
|
||||
|
||||
|
||||
@@ -5,4 +5,12 @@ export interface ChatExtModel{
|
||||
gdxz_consult_uuid:string,//公益咨询uuid
|
||||
gdxz_nickName:string//患者备注姓名
|
||||
|
||||
}
|
||||
|
||||
|
||||
export interface ChatParam extends ChatExtModel{
|
||||
name:string,//患者姓名
|
||||
conversationId:string,//最近会话id
|
||||
chat_state:string//公益咨询状态
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user