@custouch/jssdk
Preparing search index...
service/ticket
Reply
Function Reply
Reply
(
params
:
{
projectId
:
string
;
staffId
?:
string
;
ticketNumber
:
string
}
&
ReplyContent
,
)
:
Promise
<
{
change
:
Partial
<
{
from
:
string
;
fromDetail
:
Record
<
string
,
string
>
;
to
:
string
;
toDetail
:
Record
<
string
,
string
>
;
}
,
>
;
content
:
{
content
:
string
;
detail
:
any
;
status
:
Status
}
;
createdAt
:
string
;
id
:
string
;
inNotice
:
boolean
;
operator
:
{
accountUsername
?:
string
;
appid
?:
string
;
openid
?:
string
;
staffId
?:
string
;
type
:
"Staff"
|
"User"
|
"AccountUser"
|
"System"
;
}
;
status
?:
LogStatus
;
ticketNumber
:
string
;
type
:
LogType
;
}
,
>
回复工单
Parameters
params
:
{
projectId
:
string
;
staffId
?:
string
;
ticketNumber
:
string
}
&
ReplyContent
Returns
Promise
<
{
change
:
Partial
<
{
from
:
string
;
fromDetail
:
Record
<
string
,
string
>
;
to
:
string
;
toDetail
:
Record
<
string
,
string
>
;
}
,
>
;
content
:
{
content
:
string
;
detail
:
any
;
status
:
Status
}
;
createdAt
:
string
;
id
:
string
;
inNotice
:
boolean
;
operator
:
{
accountUsername
?:
string
;
appid
?:
string
;
openid
?:
string
;
staffId
?:
string
;
type
:
"Staff"
|
"User"
|
"AccountUser"
|
"System"
;
}
;
status
?:
LogStatus
;
ticketNumber
:
string
;
type
:
LogType
;
}
,
>
Description
用于聊天 staffId 当前负责人id
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
回复工单