@custouch/jssdk
Preparing search index...
service/ticket
Logs
Type Alias Logs<ContentDetail>
Logs
:
{
change
:
Partial
<
{
from
:
string
;
fromDetail
:
Record
<
string
,
string
>
;
to
:
string
;
toDetail
:
Record
<
string
,
string
>
;
}
,
>
;
content
:
{
content
:
string
;
detail
:
ContentDetail
;
status
:
Status
}
;
createdAt
:
string
;
id
:
string
;
inNotice
:
boolean
;
operator
:
{
accountUsername
?:
string
;
appid
?:
string
;
openid
?:
string
;
staffId
?:
string
;
type
:
"User"
|
"Staff"
|
"System"
|
"AccountUser"
;
}
;
status
?:
LogStatus
;
ticketNumber
:
string
;
type
:
LogType
;
}
[]
工单记录
Type Parameters
ContentDetail
=
any
Type declaration
change
:
Partial
<
{
from
:
string
;
fromDetail
:
Record
<
string
,
string
>
;
to
:
string
;
toDetail
:
Record
<
string
,
string
>
;
}
,
>
变更的信息
content
:
{
content
:
string
;
detail
:
ContentDetail
;
status
:
Status
}
聊天内容
createdAt
:
string
id
:
string
inNotice
:
boolean
是否设有通知
operator
:
{
accountUsername
?:
string
;
appid
?:
string
;
openid
?:
string
;
staffId
?:
string
;
type
:
"User"
|
"Staff"
|
"System"
|
"AccountUser"
;
}
改条日志记录的操作者
Optional
status
?:
LogStatus
ticketNumber
:
string
type
:
LogType
日志类型
Param: Reply
聊天
Param: ParameterChange
参数变更
Param: Open
工单开启
Param: Assign
移交负责人
Param: Close
工单关闭
Param: StatusChange
状态变更
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
工单记录