{
"debug": 1,
"assistId": "4",
"replyPrice": "1111",
"replyContent": "回复协助内容",
"replyAttachment": [
{
"fileUrl": "http://digital.gstai.com:8050/img/sqpg.png",
"fileName": "1.txt"
}
]
}
curl --location --request POST '/pm/work-assist/reply' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"assistId": "4",
"replyPrice": "1111",
"replyContent": "回复协助内容",
"replyAttachment": [
{
"fileUrl": "http://digital.gstai.com:8050/img/sqpg.png",
"fileName": "1.txt"
}
]
}'
{}